Related Experiment Video
Updated: Jul 31, 2025

03:31
Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications
Published on: December 15, 2023
591
Confluence: A Robust Non-IoU Alternative to Non-Maxima Suppression in Object Detection
Summary
Confluence, a new object detection method, improves bounding box clustering stability and accuracy over traditional Non-Maxima Suppression (NMS) techniques. This novel approach enhances both average precision and recall, offering a more robust alternative for bounding box regression.
Area of Science:
- Computer Vision
- Machine Learning
- Deep Learning
Background:
- Object detection models generate bounding boxes that often overlap, requiring post-processing to eliminate redundant detections.
- Traditional Non-Maxima Suppression (NMS) methods, primarily based on Intersection over Union (IoU), suffer from limitations in stability and consistency.
- Existing NMS variants like Greedy and Soft NMS rely heavily on classification scores, potentially leading to suboptimal bounding box selection.
Purpose of the Study:
- To introduce Confluence, a novel alternative to IoU-based NMS for bounding box post-processing in object detection.
- To address the limitations of existing NMS methods by proposing a more stable and consistent bounding box clustering approach.
- To evaluate the effectiveness of Confluence against established NMS variants on benchmark datasets.
Main Methods:
- Confluence utilizes a normalized Manhattan Distance-inspired proximity metric for bounding box clustering, moving beyond IoU.
- It identifies the optimal bounding box within a cluster as the one closest to all other boxes in that cluster.
- The method removes highly confluent neighboring boxes based on this proximity metric, not solely on confidence scores.
Main Results:
- Confluence demonstrated improved Average Precision (AP) by 0.2-2.7% on MS COCO and 1-3.8% on CrowdHuman.
- Average Recall (AR) saw significant gains, ranging from 1.3-9.3% on MS COCO and 2.4-7.3% on CrowdHuman, compared to Greedy and Soft-NMS.
- Extensive qualitative and threshold sensitivity analyses confirmed Confluence's robustness over NMS variants.
Conclusions:
- Confluence offers a more stable and consistent approach to bounding box clustering compared to IoU-based NMS.
- The method achieves superior performance in both Average Precision and Average Recall on challenging benchmarks.
- Confluence represents a significant advancement in bounding box processing and has the potential to replace IoU in regression tasks.
More Related Videos
Related Concept Videos
Difference from Background: Limit of Detection
6.7K
The limit of detection (LOD) is the smallest amount of analyte that can be distinguished from the background noise. The LOD value corresponds to the concentration at which the analyte signal is three times larger than the standard deviation of the blank signal. Below this value, the analyte signal cannot be differentiated from the background noise. It is calculated by dividing the calibration slope by 3 times the standard deviation of the blank signals.
The LOD indicates the presence or absence...
The LOD indicates the presence or absence...
6.7K
Deconvolution
208
Deconvolution, also known as inverse filtering, is the process of extracting the impulse response from known input and output signals. This technique is vital in scenarios where the system's characteristics are unknown, and they must be inferred from the observable signals.
Deconvolution involves several mathematical techniques to derive the impulse response. One common approach is polynomial division. In this method, the input and output sequences are treated as coefficients of...
Deconvolution involves several mathematical techniques to derive the impulse response. One common approach is polynomial division. In this method, the input and output sequences are treated as coefficients of...
208
Convolution Properties II
245
The important convolution properties include width, area, differentiation, and integration properties.
The width property indicates that if the durations of input signals are T1 and T2, then the width of the output response equals the sum of both durations, irrespective of the shapes of the two functions. For instance, convolving two rectangular pulses with durations of 2 seconds and 1 second results in a function with a width of 3 seconds.
The area property asserts that the area under the...
The width property indicates that if the durations of input signals are T1 and T2, then the width of the output response equals the sum of both durations, irrespective of the shapes of the two functions. For instance, convolving two rectangular pulses with durations of 2 seconds and 1 second results in a function with a width of 3 seconds.
The area property asserts that the area under the...
245
Convolution Properties I
195
Convolution computations can be simplified by utilizing their inherent properties.
The commutative property reveals that the input and the impulse response of an LTI (Linear Time-Invariant) system can be interchanged without affecting the output:
The commutative property reveals that the input and the impulse response of an LTI (Linear Time-Invariant) system can be interchanged without affecting the output:
195
Masking and Demasking Agents
2.5K
EDTA titrations may necessitate masking and demasking agents to temporarily protect a particular metal ion in a mixture from the EDTA reaction. These agents facilitate the sequential analysis of the metal ions by forming stable complexes with some—but not all—metal ions during certain steps.
There are many masking agents, such as cyanide, fluoride, triethanolamine, thiourea, and 2,3-bis(sulfanyl)propan-1-ol (formerly 2,3-dimercapto-1-propanol), with the masking agent chosen based on...
There are many masking agents, such as cyanide, fluoride, triethanolamine, thiourea, and 2,3-bis(sulfanyl)propan-1-ol (formerly 2,3-dimercapto-1-propanol), with the masking agent chosen based on...
2.5K
Force Classification
1.3K
Forces play a crucial role in the study of physics and engineering. They are essential in describing the motion, behavior, and equilibrium of objects in the physical world. Forces can be classified based on their origin, type, and direction of action.
Contact and non-contact forces are two of the most widely used categories of forces. As the name suggests, contact forces require physical contact between two objects to act upon each other. Examples of contact forces include frictional,...
Contact and non-contact forces are two of the most widely used categories of forces. As the name suggests, contact forces require physical contact between two objects to act upon each other. Examples of contact forces include frictional,...
1.3K

