中文
相关论文

相关论文: TRACER: Persistent Regularization for Robust Multi…

200 篇论文

DEtection TRansformer (DETR) becomes a dominant paradigm, mainly due to its common architecture with high accuracy and no post-processing. However, DETR suffers from unstable training dynamics. It consumes more data and epochs to converge…

计算机视觉与模式识别 · 计算机科学 2024-06-11 Shengjian Wu , Li Sun , Qingli Li

Adversarial Distillation aims to enhance student robustness by guiding the student with a robust teacher's soft labels within the min-max adversarial training framework, yet its success is notoriously inconsistent: a more robust teacher…

机器学习 · 计算机科学 2026-05-22 Hongsin Lee , Hye Won Chung

This paper addresses the limitations of large-scale language models in safety alignment and robustness by proposing a fine-tuning method that combines contrastive distillation with noise-robust training. The method freezes the backbone…

计算与语言 · 计算机科学 2025-11-03 Jiasen Zheng , Huajun Zhang , Xu Yan , Ran Hao , Chong Peng

Continual Instruction Tuning (CIT) is adopted to continually instruct Large Models to follow human intent data by data. It is observed that existing gradient update would heavily destroy the performance on previous datasets during CIT…

机器学习 · 计算机科学 2025-12-15 Jingyang Qiao , Zhizhong Zhang , Xin Tan , Yanyun Qu , Shouhong Ding , Yuan Xie

Consistency distillation is a prevalent way for accelerating diffusion models adopted in consistency (trajectory) models, in which a student model is trained to traverse backward on the probability flow (PF) ordinary differential equation…

机器学习 · 计算机科学 2025-05-01 Kaiwen Zheng , Guande He , Jianfei Chen , Fan Bao , Jun Zhu

Masked image modeling (MIM) learns representations with remarkably good fine-tuning performances, overshadowing previous prevalent pre-training approaches such as image classification, instance contrastive learning, and image-text…

计算机视觉与模式识别 · 计算机科学 2022-08-25 Yixuan Wei , Han Hu , Zhenda Xie , Zheng Zhang , Yue Cao , Jianmin Bao , Dong Chen , Baining Guo

Adversarial Training is a practical approach for improving the robustness of deep neural networks against adversarial attacks. Although bringing reliable robustness, the performance towards clean examples is negatively affected after…

机器学习 · 计算机科学 2024-06-18 Shiji Zhao , Xizhe Wang , Xingxing Wei

Representation learning has been evolving from traditional supervised training to Contrastive Learning (CL) and Masked Image Modeling (MIM). Previous works have demonstrated their pros and cons in specific scenarios, i.e., CL and supervised…

计算机视觉与模式识别 · 计算机科学 2023-06-29 Bowen Shi , Xiaopeng Zhang , Yaoming Wang , Jin Li , Wenrui Dai , Junni Zou , Hongkai Xiong , Qi Tian

Deploying machine learning models in resource-constrained environments, such as edge devices or rapid prototyping scenarios, increasingly demands distillation of large datasets into significantly smaller yet informative synthetic datasets.…

计算机视觉与模式识别 · 计算机科学 2025-05-23 Wenmin Li , Shunsuke Sakai , Tatsuhito Hasegawa

The rapid evolution of deep learning and large language models has led to an exponential growth in the demand for training data, prompting the development of Dataset Distillation methods to address the challenges of managing large datasets.…

机器学习 · 计算机科学 2024-07-01 Wenliang Zhong , Haoyu Tang , Qinghai Zheng , Mingzhu Xu , Yupeng Hu , Liqiang Nie

Most fine-grained fashion image retrieval (FIR) methods assume a static setting, requiring full retraining when new attributes appear, which is costly and impractical for dynamic scenarios. Although pretrained models support zero-shot…

计算机视觉与模式识别 · 计算机科学 2026-03-24 Ling Xiao , Toshihiko Yamasaki

Convolutional neural networks (CNNs) excel in computer vision but are susceptible to adversarial attacks, crafted perturbations designed to mislead predictions. Despite advances in adversarial training, a gap persists between model accuracy…

计算机视觉与模式识别 · 计算机科学 2025-07-29 Hayat Ullah , Syed Muhammad Talha Zaidi , Arslan Munir

Continual learning enables large language models to adapt to evolving tasks without retraining from scratch, yet catastrophic forgetting remains a central obstacle. Among continual learning methods, regularization-based approaches are…

机器学习 · 计算机科学 2026-05-26 Mingxu Zhang , Yuhan Li , Lujundong Li , Dazhong Shen , Hui Xiong , Ying Sun

Although the vision-and-language pretraining (VLP) equipped cross-modal image-text retrieval (ITR) has achieved remarkable progress in the past two years, it suffers from a major drawback: the ever-increasing size of VLP models restricts…

多媒体 · 计算机科学 2022-07-05 Jun Rao , Liang Ding , Shuhan Qi , Meng Fang , Yang Liu , Li Shen , Dacheng Tao

Multimodal learning, particularly for pedestrian detection, has recently received emphasis due to its capability to function equally well in several critical autonomous driving scenarios such as low-light, night-time, and adverse weather…

计算机视觉与模式识别 · 计算机科学 2023-07-10 Arindam Das , Sudip Das , Ganesh Sistu , Jonathan Horgan , Ujjwal Bhattacharya , Edward Jones , Martin Glavin , Ciarán Eising

Machine learning models often suffer from catastrophic forgetting of previously learned knowledge when learning new classes. Various methods have been proposed to mitigate this issue. However, rehearsal-based learning, which retains samples…

机器学习 · 计算机科学 2024-10-10 Hossein Rezaei , Mohammad Sabokrou

Pretrained Transformers achieve remarkable performance when training and test data are from the same distribution. However, in real-world scenarios, the model often faces out-of-distribution (OOD) instances that can cause severe semantic…

计算与语言 · 计算机科学 2022-01-24 Wenxuan Zhou , Fangyu Liu , Muhao Chen

With the wide application of knowledge distillation between an ImageNet pre-trained teacher model and a learnable student model, unsupervised anomaly detection has witnessed a significant achievement in the past few years. The success of…

计算机视觉与模式识别 · 计算机科学 2026-04-07 Canhui Tang , Sanping Zhou , Yizhe Li , Yonghao Dong , Le Wang

We investigate improving the retrieval effectiveness of embedding models through the lens of corpus-specific fine-tuning. Prior work has shown that fine-tuning with queries generated using a dataset's retrieval corpus can boost retrieval…

信息检索 · 计算机科学 2025-05-27 Manveer Singh Tamber , Suleman Kazi , Vivek Sourabh , Jimmy Lin

Prior research on out-of-distribution detection (OoDD) has primarily focused on single-modality models. Recently, with the advent of large-scale pretrained vision-language models such as CLIP, OoDD methods utilizing such multi-modal…

计算机视觉与模式识别 · 计算机科学 2025-03-25 Jeonghyeon Kim , Sangheum Hwang
‹ 上一页 1 2 3 10 下一页 ›