paper-with-me

홈 › Papers

One Line To Rule Them All: Generating LO-Shot Soft-Label Prototypes

2021-02-15 · Ilia Sucholutsky, Nam-Hwui Kim, Ryan P. Browne, Matthias Schonlau

Increasingly large datasets are rapidly driving up the computational costs of machine learning. Prototype generation methods aim to create a small set of synthetic observations that accurately represent a training dataset but greatly reduce the computational cost of learning from it. Assigning soft labels to prototypes can allow increasingly small sets of prototypes to accurately represent the original training dataset. Although foundational work on `less than one'-shot learning has proven the theoretical plausibility of learning with fewer than one observation per class, developing practical algorithms for generating such prototypes remains an unexplored territory. We propose a novel, modular method for generating soft-label prototypical lines that still maintains representational accuracy even when there are fewer prototypes than the number of classes in the data. In addition, we propose the Hierarchical Soft-Label Prototype k-Nearest Neighbor classification algorithm based on these prototypical lines. We show that our method maintains high classification accuracy while greatly reducing the number of prototypes required to represent a dataset, even when working with severely imbalanced and difficult data. Our code is available at https://github.com/ilia10000/SLkNN.

📄 PDF Abstract BibTeX arXiv:2102.07834

Code (1)

ilia10000/SLkNN 공식 구현

Tasks

AllOne-Shot Learning

Similar Papers 제목 키워드 기반

Automatically Generating Rules of Malicious Software Packages via Large Language Model

2025-04-24 · XiangRui Zhang, Haoyu Chen, Yongzhong He, Wenjia Niu 외

Today's security tools predominantly rely on predefined rules crafted by experts, making them poorly adapted to the emergence of software supply chain attacks. To tackle this limitation, we propose a novel tool, RuleLLM,…

Language ModelingLanguage ModellingLarge Language Model

LLM assisted web application functional requirements generation: A case study of four popular LLMs over a Mess Management System

2025-05-23 · Rashmi Gupta, Aditya K Gupta, Aarav Jain, Avinash C Pandey 외

Like any other discipline, Large Language Models (LLMs) have significantly impacted software engineering by helping developers generate the required artifacts across various phases of software development. This paper pre…

t-Soft Update of Target Network for Deep Reinforcement Learning

2020-08-25 · Taisuke Kobayashi, Wendyam Eric Lionel Ilboudo

This paper proposes a new robust update rule of target network for deep reinforcement learning (DRL), to replace the conventional update rule, given as an exponential moving average. The target network is for smoothly ge…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

A Human Behavioral Baseline for Collective Governance in Software Projects

2025-10-10 · Mobina Noori, Mahasweta Chakraborti, Amy X Zhang, Seth Frey arxiv

We study how open source communities describe participation and control through version controlled governance documents. Using a corpus of 710 projects with paired snapshots, we parse text into actors, rules, actions, an…

Towards the Ontology Web Search Engine

2015-05-04 · Olegs Verhodubs

The project of the Ontology Web Search Engine is presented in this paper. The main purpose of this paper is to develop such a project that can be easily implemented. Ontology Web Search Engine is software to look for and…