中文
相关论文

相关论文: Fine-Grained Static Detection of Obfuscation Trans…

200 篇论文

Semantic segmentation datasets often exhibit two types of imbalance: \textit{class imbalance}, where some classes appear more frequently than others and \textit{size imbalance}, where some objects occupy more pixels than others. This causes…

计算机视觉与模式识别 · 计算机科学 2023-10-31 Zifu Wang , Maxim Berman , Amal Rannen-Triki , Philip H. S. Torr , Devis Tuia , Tinne Tuytelaars , Luc Van Gool , Jiaqian Yu , Matthew B. Blaschko

Many safety-critical applications, especially in autonomous driving, require reliable object detectors. They can be very effectively assisted by a method to search for and identify potential failures and systematic errors before these…

计算机视觉与模式识别 · 计算机科学 2024-04-11 Valentyn Boreiko , Matthias Hein , Jan Hendrik Metzen

This thesis provides methods and analysis of models which make progress on this goal. The techniques outlined are task agnostic, and should provide benefit when used with nearly any transformer LM. We introduce two new finetuning methods…

计算与语言 · 计算机科学 2024-08-30 Davis Yoshida

We present a list of datasets and their best models with the goal of advancing the state-of-the-art in object detection by placing the question of object recognition in the context of the two types of state-of-the-art methods: one-stage…

计算机视觉与模式识别 · 计算机科学 2022-11-03 Syed Ali John Naqvi , Syed Bazil Ali

As face recognition is widely used in diverse security-critical applications, the study of face anti-spoofing (FAS) has attracted more and more attention. Several FAS methods have achieved promising performances if the attack types in the…

计算机视觉与模式识别 · 计算机科学 2021-10-19 Yu-Chun Wang , Chien-Yi Wang , Shang-Hong Lai

Diffractive deep neural networks have been introduced earlier as an optical machine learning framework that uses task-specific diffractive surfaces designed by deep learning to all-optically perform inference, achieving promising…

神经与进化计算 · 计算机科学 2019-08-14 Jingxi Li , Deniz Mengu , Yi Luo , Yair Rivenson , Aydogan Ozcan

Microscopic characterizations, such as Scanning Electron Microscopy (SEM), are widely used in scientific research for visualizing and analyzing microstructures. Determining the scale bars is an important first step of accurate SEM analysis;…

计算机视觉与模式识别 · 计算机科学 2025-10-14 Yuxuan Chen , Ruotong Yang , Zhengyang Zhang , Mehreen Ahmed , Yanming Wang

Fine-grained entity typing (FET) aims to deduce specific semantic types of the entity mentions in text. Modern methods for FET mainly focus on learning what a certain type looks like. And few works directly model the type differences, that…

计算与语言 · 计算机科学 2022-08-23 Xinyu Zuo , Haijin Liang , Ning Jing , Shuang Zeng , Zhou Fang , Yu Luo

Virtualization-based obfuscation produces extremely large and structurally complex binaries, posing challenges for LLM-based analysis due to input size limits and the need for large-scale labeled data. We address this by focusing on…

密码学与安全 · 计算机科学 2026-05-12 Sangjun An , Hyeyeon Park , Yejin Son , Seoksu Lee , Eun-Sun Cho

In reasoning tasks, even a minor error can cascade into inaccurate results, leading to suboptimal performance of large language models in such domains. Earlier fine-tuning approaches sought to mitigate this by leveraging more precise…

计算与语言 · 计算机科学 2024-07-12 Changyu Chen , Xiting Wang , Ting-En Lin , Ang Lv , Yuchuan Wu , Xin Gao , Ji-Rong Wen , Rui Yan , Yongbin Li

Transformer-based detection and segmentation methods use a list of learned detection queries to retrieve information from the transformer network and learn to predict the location and category of one specific object from each query. We…

计算机视觉与模式识别 · 计算机科学 2023-07-31 Yiming Cui , Linjie Yang , Haichao Yu

One major deficiency of most semantic representation techniques is that they usually model a word type as a single point in the semantic space, hence conflating all the meanings that the word can have. Addressing this issue by learning…

计算与语言 · 计算机科学 2016-08-08 Mohammad Taher Pilehvar , Nigel Collier

We develop techniques for refining representations for fine-grained classification and segmentation tasks in a self-supervised manner. We find that fine-tuning methods based on instance-discriminative contrastive learning are not as…

计算机视觉与模式识别 · 计算机科学 2023-09-26 Oindrila Saha , Subhransu Maji

Plagiarism detection in programming education faces growing challenges due to increasingly sophisticated obfuscation techniques, particularly automated refactoring-based attacks. While code plagiarism detection systems used in education…

软件工程 · 计算机科学 2025-10-30 Robin Maisch , Larissa Schmid , Timur Sağlam , Nils Niehues

We present ESLAM, an efficient implicit neural representation method for Simultaneous Localization and Mapping (SLAM). ESLAM reads RGB-D frames with unknown camera poses in a sequential manner and incrementally reconstructs the scene…

计算机视觉与模式识别 · 计算机科学 2023-04-04 Mohammad Mahdi Johari , Camilla Carta , François Fleuret

This work addresses the challenge of providing consistent explanations for predictive models in the presence of model indeterminacy, which arises due to the existence of multiple (nearly) equally well-performing models for a given dataset…

机器学习 · 计算机科学 2023-06-14 Dan Ley , Leonard Tang , Matthew Nazari , Hongjin Lin , Suraj Srinivas , Himabindu Lakkaraju

Recent advances in diffusion models have enabled the creation of deceptively real images, posing significant security risks when misused. In this study, we empirically show that different timesteps of DDIM inversion reveal varying subtle…

计算机视觉与模式识别 · 计算机科学 2025-07-29 Yixin Wu , Feiran Zhang , Tianyuan Shi , Ruicheng Yin , Zhenghua Wang , Zhenliang Gan , Xiaohua Wang , Changze Lv , Xiaoqing Zheng , Xuanjing Huang

Out-of-distribution (OOD) detection aims to discern outliers from the intended data distribution, which is crucial to maintaining high reliability and a good user experience. Most recent studies in OOD detection utilize the information from…

计算与语言 · 计算机科学 2022-10-21 Hyunsoo Cho , Choonghyun Park , Jaewook Kang , Kang Min Yoo , Taeuk Kim , Sang-goo Lee

The recent advancements in Generative Adversarial Networks (GANs) and the emergence of Diffusion models have significantly streamlined the production of highly realistic and widely accessible synthetic content. As a result, there is a…

计算机视觉与模式识别 · 计算机科学 2024-02-21 Sohail Ahmed Khan , Duc-Tien Dang-Nguyen

Code vulnerability detection is crucial for ensuring the security and reliability of modern software systems. Recently, Large Language Models (LLMs) have shown promising capabilities in this domain. However, notable discrepancies in…

软件工程 · 计算机科学 2025-09-19 Zhihong Sun , Jia Li , Yao Wan , Chuanyi Li , Hongyu Zhang , Zhi jin , Ge Li , Hong Liu , Chen Lyu , Songlin Hu