中文
相关论文

相关论文: Semantic-Guided Dynamic Sparsification for Pre-Tra…

200 篇论文

Class Incremental Learning (CIL) aims to enable models to learn new classes sequentially while retaining knowledge of previous ones. Although current methods have alleviated catastrophic forgetting (CF), recent studies highlight that the…

机器学习 · 计算机科学 2025-03-19 Guannan Lai , Yujie Li , Xiangkun Wang , Junbo Zhang , Tianrui Li , Xin Yang

In the realm of deep learning-based recommendation systems, the increasing computational demands, driven by the growing number of users and items, pose a significant challenge to practical deployment. This challenge is primarily twofold:…

信息检索 · 计算机科学 2024-02-06 Shuyao Wang , Yongduo Sui , Jiancan Wu , Zhi Zheng , Hui Xiong

Class-incremental learning (CIL) aims to enable models to continuously learn new classes while overcoming catastrophic forgetting. The introduction of pre-trained models has brought new tuning paradigms to CIL. In this paper, we revisit…

计算机视觉与模式识别 · 计算机科学 2025-10-13 Qinhao Zhou , Yuwen Tan , Boqing Gong , Xiang Xiang

Class-incremental learning (CIL) aims to train a model to learn new classes from non-stationary data streams without forgetting old ones. In this paper, we propose a new kind of connectionist model by tailoring neural unit dynamics that…

机器学习 · 计算机科学 2024-06-05 Depeng Li , Tianqi Wang , Junwei Chen , Wei Dai , Zhigang Zeng

Class-incremental learning (CIL) seeks to enable a model to sequentially learn new classes while retaining knowledge of previously learned ones. Balancing flexibility and stability remains a significant challenge, particularly when the task…

计算机视觉与模式识别 · 计算机科学 2025-02-18 Fangwen Wu , Lechao Cheng , Shengeng Tang , Xiaofeng Zhu , Chaowei Fang , Dingwen Zhang , Meng Wang

Efficient inference with transformer-based models remains a challenge, especially in vision tasks like object detection. We analyze the inherent sparsity in the MLP layers of DETR and introduce two methods to exploit it without retraining.…

计算机视觉与模式识别 · 计算机科学 2025-10-13 Reza Sedghi , Anand Subramoney , David Kappel

Learning from large-scale pre-trained models with strong generalization ability has shown remarkable success in a wide range of downstream tasks recently, but it is still underexplored in the challenging few-shot class-incremental learning…

计算机视觉与模式识别 · 计算机科学 2025-08-14 Linpu He , Yanan Li , Bingze Li , Elvis Han Cui , Donghui Wang

To reduce the long training time of large deep neural network (DNN) models, distributed synchronous stochastic gradient descent (S-SGD) is commonly used on a cluster of workers. However, the speedup brought by multiple workers is limited by…

机器学习 · 计算机科学 2020-03-03 Shaohuai Shi , Zhenheng Tang , Qiang Wang , Kaiyong Zhao , Xiaowen Chu

Class-Incremental Learning (CIL) requires a learning system to continually learn new classes without forgetting. Despite the strong performance of Pre-Trained Models (PTMs) in CIL, a critical issue persists: learning new classes often…

计算机视觉与模式识别 · 计算机科学 2024-03-19 Da-Wei Zhou , Hai-Long Sun , Han-Jia Ye , De-Chuan Zhan

We address the problem of compressed sensing using a deep generative prior model and consider both linear and learned nonlinear sensing mechanisms, where the nonlinear one involves either a fully connected neural network or a convolutional…

机器学习 · 计算机科学 2021-05-26 Vinayak Killedar , Praveen Kumar Pokala , Chandra Sekhar Seelamantula

Robot-assisted surgeries rely on accurate and real-time scene understanding to safely guide surgical instruments. However, segmentation models trained on static datasets face key limitations when deployed in these dynamic and evolving…

计算机视觉与模式识别 · 计算机科学 2025-08-12 Julia Hindel , Ema Mekic , Enamundram Naga Karthik , Rohit Mohan , Daniele Cattaneo , Maria Kalweit , Abhinav Valada

We introduce a novel optimization problem formulation that departs from the conventional way of minimizing machine learning model loss as a black-box function. Unlike traditional formulations, the proposed approach explicitly incorporates…

机器学习 · 计算机科学 2026-01-07 Yury Demidovich , Grigory Malinovsky , Egor Shulgin , Peter Richtárik

Annotating large-scale LiDAR point clouds for 3D semantic segmentation is costly and time-consuming, which motivates the use of semi-supervised learning (SemiSL). Standard LiDAR SemiSL methods typically adopt a two-step training paradigm,…

计算机视觉与模式识别 · 计算机科学 2026-05-19 Bin Yang , Alexandru Paul Condurache

Physics-driven deep learning (PD-DL) models have proven to be a powerful approach for improved reconstruction of rapid MRI scans. In order to train these models in scenarios where fully-sampled reference data is unavailable, self-supervised…

图像与视频处理 · 电气工程与系统科学 2025-09-08 Yaşar Utku Alçalar , Mehmet Akçakaya

Stripe-like space target detection (SSTD) is crucial for space situational awareness. Traditional unsupervised methods often fail in low signal-to-noise ratio and variable stripe-like space targets scenarios, leading to weak generalization.…

计算机视觉与模式识别 · 计算机科学 2024-08-12 Zijian Zhu , Ali Zia , Xuesong Li , Bingbing Dan , Yuebo Ma , Hongfeng Long , Kaili Lu , Enhai Liu , Rujin Zhao

Semi-Supervised Semantic Segmentation (SSSS) aims to improve segmentation accuracy by leveraging a small set of labeled images alongside a larger pool of unlabeled data. Recent advances primarily focus on pseudo-labeling, consistency…

计算机视觉与模式识别 · 计算机科学 2025-05-27 Dinh Dai Quan Tran , Hoang-Thien Nguyen , Thanh-Huy Nguyen , Gia-Van To , Tien-Huy Nguyen , Quan Nguyen

We propose a novel regularization-based continual learning method, dubbed as Adaptive Group Sparsity based Continual Learning (AGS-CL), using two group sparsity-based penalties. Our method selectively employs the two penalties when learning…

机器学习 · 计算机科学 2021-06-01 Sangwon Jung , Hongjoon Ahn , Sungmin Cha , Taesup Moon

Cross-domain imitation learning (CDIL) accelerates policy learning by transferring expert knowledge across domains, which is valuable in applications where the collection of expert data is costly. Existing methods are either supervised,…

机器学习 · 计算机科学 2026-02-12 Li-Min Chu , Kai-Siang Ma , Ming-Hong Chen , Ping-Chun Hsieh

While 3D instance segmentation (3DIS) has advanced significantly, most existing methods assume that all object classes are known in advance and uniformly distributed. However, this assumption is unrealistic in dynamic, real-world…

计算机视觉与模式识别 · 计算机科学 2025-11-24 Vishal Thengane , Jean Lahoud , Hisham Cholakkal , Rao Muhammad Anwer , Lu Yin , Xiatian Zhu , Salman Khan

Class-incremental learning (CIL) enables models to learn new classes progressively while preserving knowledge of previously learned ones. Recent advances in this field have shifted towards parameter-efficient fine-tuning techniques, with…

计算机视觉与模式识别 · 计算机科学 2025-08-13 Haoran Chen , Ping Wang , Zihan Zhou , Xu Zhang , Zuxuan Wu , Yu-Gang Jiang
‹ 上一页 1 2 3 10 下一页 ›