Learning convolutional neural network to maximize Pos@Top performance measure
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.
Code (0)
등록된 구현이 없습니다.
Tasks
BIG-bench Machine LearningPOSSimilar Papers 제목 키워드 기반
Trusted-Maximizers Entropy Search for Efficient Bayesian Optimization
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 RecognitionMachine Learning Assisted Inertia Estimation using Ambient Measurements
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
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…
PredictionEmotional EEG Classification using Connectivity Features and Convolutional Neural Networks
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+1Learning Enhancement of CNNs via Separation Index Maximizing at the First Convolutional Layer
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…