paper-with-me

홈 › Papers

IoU-uniform R-CNN: Breaking Through the Limitations of RPN

2019-12-11 · Li Zhu, Zihao Xie, Liman Liu, Bo Tao, Wenbing Tao

Region Proposal Network (RPN) is the cornerstone of two-stage object detectors, it generates a sparse set of object proposals and alleviates the extrem foregroundbackground class imbalance problem during training. However, we find that the potential of the detector has not been fully exploited due to the IoU distribution imbalance and inadequate quantity of the training samples generated by RPN. With the increasing intersection over union (IoU), the exponentially smaller numbers of positive samples would lead to the distribution skewed towards lower IoUs, which hinders the optimization of detector at high IoU levels. In this paper, to break through the limitations of RPN, we propose IoU-Uniform R-CNN, a simple but effective method that directly generates training samples with uniform IoU distribution for the regression branch as well as the IoU prediction branch. Besides, we improve the performance of IoU prediction branch by eliminating the feature offsets of RoIs at inference, which helps the NMS procedure by preserving accurately localized bounding box. Extensive experiments on the PASCAL VOC and MS COCO dataset show the effectiveness of our method, as well as its compatibility and adaptivity to many object detection architectures. The code is made publicly available at https://github.com/zl1994/IoU-Uniform-R-CNN,

📄 PDF Abstract BibTeX arXiv:1912.05190

Code (1)

zl1994/IoU-Uniform-R-CNN 공식 구현 pytorch

Tasks

Objectobject-detectionObject DetectionRegion Proposal

Methods 이 논문이 사용한 방법론

RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…

Similar Papers 제목 키워드 기반

Breaking the Clusters: Uniformity-Optimization for Text-Based Sequential Recommendation

2025-02-19 · Wuhan Chen, Zongwei Wang, Min Gao, Xin Xia 외

Traditional sequential recommendation (SR) methods heavily rely on explicit item IDs to capture user preferences over time. This reliance introduces critical limitations in cold-start scenarios and domain transfer tasks,…

Recommendation SystemsSemantic SimilaritySemantic Textual SimilaritySequential Recommendation

Scalable Defense against In-the-wild Jailbreaking Attacks with Safety Context Retrieval

2025-05-21 · Taiye Chen, Zeming Wei, Ang Li, Yisen Wang

Large Language Models (LLMs) are known to be vulnerable to jailbreaking attacks, wherein adversaries exploit carefully engineered prompts to induce harmful or unethical responses. Such threats have raised critical concer…

RAGRetrievalRetrieval-augmented Generation

TurboFuzzLLM: Turbocharging Mutation-based Fuzzing for Effectively Jailbreaking Large Language Models in Practice

2025-02-21 · Aman Goel, Xian Carrie Wu, Zhe Wang, Dmitriy Bespalov 외

Jailbreaking large-language models (LLMs) involves testing their robustness against adversarial prompts and evaluating their ability to withstand prompt attacks that could elicit unauthorized or malicious responses. In t…

Universal consistency of the $k$-NN rule in metric spaces and Nagata dimension

2020-02-28 · Benoît Collins, Sushma Kumari, Vladimir G. Pestov

The $k$ nearest neighbour learning rule (under the uniform distance tie breaking) is universally consistent in every metric space $X$ that is sigma-finite dimensional in the sense of Nagata. This was pointed out by C\'er…

From LLMs to MLLMs: Exploring the Landscape of Multimodal Jailbreaking

2024-06-21 · Siyuan Wang, Zhuohan Long, Zhihao Fan, Zhongyu Wei

The rapid development of Large Language Models (LLMs) and Multimodal Large Language Models (MLLMs) has exposed vulnerabilities to various adversarial attacks. This paper provides a comprehensive overview of jailbreaking …