This paper focuses on the problem of selecting high-confidence detection bounding boxes in Multi-Object Tracking (MOT). While the existing BoostTrack approach attempts to overcome the shortcomings of multi-level linkage methods by improving detection confidence, this paper addresses the limitations of BoostTrack's confidence enhancement techniques and proposes a novel approach to improve performance. The proposed method combines shape, Mahalanobis distance, and a novel soft BIoU similarity measure to construct a richer similarity measure and improve the selection of true positive detections. Furthermore, we introduce a soft detection confidence enhancement technique that computes a new confidence score based on the similarity measure and previous confidence scores, and a variable similarity threshold to account for irregularly updated low similarity measures between detections and tracklets. The proposed additions are independent and applicable to any MOT algorithm. Consequently, combining the proposed method with the BoostTrack+ baseline achieves results approaching the state-of-the-art on the MOT17 dataset and new state-of-the-art results on the HOTA and IDF1 scores on the MOT20 dataset. Source code is provided.