paper-with-me

홈 › Papers

Learning convolutional neural network to maximize Pos@Top performance measure

2016-09-27 · Yanyan Geng, Ru-Ze Liang, Weizhi Li, Jingbin Wang, Gaoyuan Liang, Chenhao Xu, Jing-Yan Wang

In the machine learning problems, the performance measure is used to evaluate the machine learning models. Recently, the number positive data points ranked at the top positions (Pos@Top) has been a popular performance measure in the machine learning community. In this paper, we propose to learn a convolutional neural network (CNN) model to maximize the Pos@Top performance measure. The CNN model is used to represent the multi-instance data point, and a classifier function is used to predict the label from the its CNN representation. We propose to minimize the loss function of Pos@Top over a training set to learn the filters of CNN and the classifier parameter. The classifier parameter vector is solved by the Lagrange multiplier method, and the filters are updated by the gradient descent method alternately in an iterative algorithm. Experiments over benchmark data sets show that the proposed method outperforms the state-of-the-art Pos@Top maximization methods.

📄 PDF Abstract BibTeX arXiv:1609.08417

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningPOS

Similar Papers 제목 키워드 기반

Trusted-Maximizers Entropy Search for Efficient Bayesian Optimization

2021-07-30 · Quoc Phong Nguyen, Zhaoxuan Wu, Bryan Kian Hsiang Low, Patrick Jaillet

Information-based Bayesian optimization (BO) algorithms have achieved state-of-the-art performance in optimizing a black-box objective function. However, they usually require several approximations or simplifying assumpt…

Bayesian OptimizationFace Recognition

Machine Learning Assisted Inertia Estimation using Ambient Measurements

2022-12-21 · Mingjian Tuo, Xingpeng Li

With the increasing penetration of converter-based renewable resources, different types of dynamics have been introduced to the power system. Due to the complexity and high order of the modern power system, mathematical …

AUC-maximized Deep Convolutional Neural Fields for Sequence Labeling

2015-11-17 · Sheng Wang, Siqi Sun, Jinbo Xu

Deep Convolutional Neural Networks (DCNN) has shown excellent performance in a variety of machine learning tasks. This manuscript presents Deep Convolutional Neural Fields (DeepCNF), a combination of DCNN with Conditiona…

Prediction

Emotional EEG Classification using Connectivity Features and Convolutional Neural Networks

2021-01-18 · Seong-Eun Moon, Chun-Jui Chen, Cho-Jui Hsieh, Jane-Ling Wang 외

Convolutional neural networks (CNNs) are widely used to recognize the user's state through electroencephalography (EEG) signals. In the previous studies, the EEG signals are usually fed into the CNNs in the form of high-…

ClassificationEEGElectroencephalogram (EEG)General Classification+1

Learning Enhancement of CNNs via Separation Index Maximizing at the First Convolutional Layer

2022-01-13 · Ali Karimi, Ahmad Kalhor

In this paper, a straightforward enhancement learning algorithm based on Separation Index (SI) concept is proposed for Convolutional Neural Networks (CNNs). At first, the SI as a supervised complexity measure is explaine…