ETRI-Knowledge Sharing Plaform

KOREAN
논문 검색
Type SCI
Year ~ Keyword

Detail

Conference Paper Performance Analysis of the Optimization Method for Escaping Saddle Points in FEMS Energy Management
Cited 0 time in scopus Share share facebook twitter linkedin kakaostory
Authors
Yoon-Sik Yoo, Il-Woo Lee
Issue Date
2024-11
Citation
International Conference on Consumer Electronics (ICCE) 2024 : Asia, pp.762-764
Language
English
Type
Conference Paper
DOI
https://dx.doi.org/10.1109/ICCE-Asia63397.2024.10773820
Abstract
Non-convex optimization problems in FEMS frequently encounter saddle points, which can significantly hinder the efficiency of traditional optimization methods such as Newton's method. This paper introduces the Saddle Free Newton method, an innovative approach designed to overcome the limitations of traditional methods by modifying the eigenvalues of the Hessian matrix. By adjusting negative eigenvalues to positive ones, this method enables the algorithm to escape saddle points effectively. We implemented this method in Python and applied it to a non-convex function, visualizing the optimization path through both 2D and 3D graphs. These visualizations clearly demonstrate the method's ability to navigate complex landscapes and efficiently converge to optimal solutions, showcasing significant improvements over traditional approaches.
KSP Keywords
2D-3D, Hessian matrix, Innovative approach, Newton's method, Newton-Raphson method(Newton method), Non-convex function, Non-convex optimization problems, Optimization methods, Optimization path, Performance analysis, Traditional methods