Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AN IMPROVED MINIMUM ERROR ENTROPY CRITERION WITH SELF ADJUSTING STEP-SIZE #35

Open
nagataka opened this issue Oct 4, 2020 · 0 comments

Comments

@nagataka
Copy link
Owner

nagataka commented Oct 4, 2020

Summary

Link

An Improved Minimum Error Entropy Criterion with Self Adjusting Step-Size

Author/Institution

Seungju Han, Sudhir Rao, D. Erdogmus, J. Principe
University of Florida and Oregon Health and Science University

What is this

  • Propose Minimum Error Entropy with self adjusting step-size (MEE-SAS)
    • Changes step size to take large step when far away from the optimal solution
    • It will be a small step when near the solution
    • Faster in terms of convergence compared to Minimum Error Entropy (MEE)

Comparison with previous researches. What are the novelties/good points?

Comparison with MEE

Key

MEE\mbox{-}SAS: J(e) = min_{\mathbf w}[V(0) - V(e)]^2
CodeCogsEqn (6)

where $V(e)$ can be approximated by

$V(e) \approx \frac{1}{L} \sum_{i=k-L}^{k-1}\mathbf{K}_{\sigma\sqrt{2}}(e_k-e_i)$
CodeCogsEqn (7)

See the section "INFORMATION THEORETIC CRITERIA" for derivation.

How the author proved effectiveness of the proposal?

Tested the performance for two classic problems of system identification and prediction

Any discussions?

As stated in the paper, the following part might suggest the important point to think about adaptive step-size:
"However, we show that MEE performs better than MEE-SAS in situations where tracking ability of the optimal solution is required like in the case of non-stationary signals."

What should I read next?

  • A new normalized minimum-error entropy algorithm with reduced computational complexity
    • "A new normalized minimum-error entropy (NMEE) algorithm is proposed as an alternative to the minimum-error entropy (MEE) and the minimum-error entropy with self-adjusting step size (MEE-SAS) algorithms. The proposed NMEE algorithm requires fewer iterations and less computation to converge and yields lower misadjustment as compared to those of the MEE and the MEE-SAS algorithms."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant