paper-with-me

홈 › Papers

Prioritizing Informative Features and Examples for Deep Learning from Noisy Data

2024-02-27 · Dongmin Park

In this dissertation, we propose a systemic framework that prioritizes informative features and examples to enhance each stage of the development process. Specifically, we prioritize informative features and examples and improve the performance of feature learning, data labeling, and data selection. We first propose an approach to extract only informative features that are inherent to solving a target task by using auxiliary out-of-distribution data. We deactivate the noise features in the target distribution by using that in the out-of-distribution data. Next, we introduce an approach that prioritizes informative examples from unlabeled noisy data in order to reduce the labeling cost of active learning. In order to solve the purity-information dilemma, where an attempt to select informative examples induces the selection of many noisy examples, we propose a meta-model that finds the best balance between purity and informativeness. Lastly, we suggest an approach that prioritizes informative examples from labeled noisy data to preserve the performance of data selection. For labeled image noise data, we propose a data selection method that considers the confidence of neighboring samples to maintain the performance of the state-of-the-art Re-labeling models. For labeled text noise data, we present an instruction selection method that takes diversity into account for ranking the quality of instructions with prompting, thereby enhancing the performance of aligned large language models. Overall, our unified framework induces the deep learning development process robust to noisy data, thereby effectively mitigating noisy features and examples in real-world applications.

📄 PDF Abstract BibTeX arXiv:2403.00013

Code (1)

kaist-dmlab/taufe 공식 구현 pytorch

Tasks

Active LearningInformativeness

Similar Papers 제목 키워드 기반

Meta-Query-Net: Resolving Purity-Informativeness Dilemma in Open-set Active Learning

2022-10-13 · Dongmin Park, Yooju Shin, Jihwan Bang, YoungJun Lee 외

Unlabeled data examples awaiting annotations contain open-set noise inevitably. A few active learning studies have attempted to deal with this open-set noise for sample selection by filtering out the noisy examples. Howe…

Active LearningInformativeness

Group Relative Augmentation for Data Efficient Action Detection

2025-07-28 · Deep Anil Patel, Iain Melvin, Zachary Izzo, Martin Renqiang Min arxiv

Adapting large Video-Language Models (VLMs) for action detection using only a few examples poses challenges like overfitting and the granularity mismatch between scene-level pre-training and required person-centric under…

Action Detection

For Manifold Learning, Deep Neural Networks can be Locality Sensitive Hash Functions

2021-03-11 · Nishanth Dikkala, Gal Kaplun, Rina Panigrahy

It is well established that training deep neural networks gives useful representations that capture essential features of the inputs. However, these representations are poorly understood in theory and practice. In the co…

One-Shot Learning

On Improving Deep Active Learning with Formal Verification

2025-12-16 · Jonathan Spiegelman, Guy Amir, Guy Katz arxiv

Deep Active Learning (DAL) aims to reduce labeling costs in neural-network training by prioritizing the most informative unlabeled samples for annotation. Beyond selecting which samples to label, several DAL approaches f…

Active Learning

Named Entity Disambiguation for Noisy Text

2017-06-28 · CONLL 2017 8 · Yotam Eshel, Noam Cohen, Kira Radinsky, Shaul Markovitch 외

We address the task of Named Entity Disambiguation (NED) for noisy text. We present WikilinksNED, a large-scale NED dataset of text fragments from the web, which is significantly noisier and more challenging than existin…

Entity DisambiguationEntity Embeddings