SearcharxivSearch

arXiv subjects

Chee-Onn Chow

Publications and source records attributed to Chee-Onn Chow.

2 recordsLinked to original sources

ShadowMamba: State-Space Model with Boundary-Region Selective Scan for Shadow Removal

Image shadow removal is a typical low-level vision task. Shadows cause local brightness shifts, which reduce the performance of downstream vision tasks. Currently, Transformer-based shadow removal methods suffer from quadratic computational complexity due to the self-attention mechanism. To improve efficiency, many approaches use local attention, but this limits the ability to model global information and weakens the perception of brightness changes between regions. Recently, Mamba has shown strong performance in vision tasks by enabling global modeling with linear complexity. However, existing scanning strategies are not suitable for shadow removal, as they ignore the semantic continuity of shadow boundaries and internal regions. To address this, this paper proposes a boundary-region selective scanning mechanism that captures local details while enhancing semantic continuity between them, effectively improving shadow removal performance. In addition, a shadow mask denoising method is introduced to support the scanning mechanism and improve data quality. Based on these techniques, this paper presents a model called ShadowMamba, the first Mamba-based model designed for shadow removal. Experimental results show that the proposed method outperforms existing mainstream approaches on the AISTD, ISTD, and SRD datasets, and also offers clear advantages in parameter efficiency and computational complexity. Code is available at: https://github.com/ZHUXIUJINChris/ShadowMamba

cs.CV

Smart handover based on fuzzy logic trend in IEEE802.11 mobile IPv6 networks

A properly designed handoff algorithm is essential in reducing the connection quality deterioration when a mobile node moves across the cell boundaries. Therefore, to improve communication quality, we identified three goals in our paper. The first goal is to minimize unnecessary handovers and increase communication quality by reducing misrepresentations of RSSI readings due to multipath and shadow effect with the use of additional parameters. The second goal is to control the handover decisions depending on the users' mobility by utilizing location factors as one of the input parameters in a fuzzy logic handover algorithm. The third goal is to minimize false handover alarms caused by sudden fluctuations of parameters by monitoring the trend of fuzzy logic outputs for a period of time before making handover decision. In this paper, we use RSSI, speed and distance as the input decision criteria of a handover trigger algorithm by means of fuzzy logic. The fuzzy logic output trend is monitored for a period of time before handover is triggered. Finally, through simulations, we show the effectiveness of the proposed handover algorithm in achieving better communication quality.

cs.NI