publications
publications by categories in reversed chronological order. generated by jekyll-scholar.
2025
- TGRSSpikeHCD: Spiking Transformer With Parallel Neurons and Memory-Enhanced Attention for Hyperspectral Change DetectionZihao Mei, Jianhao Li, Bolin Zhang, and 3 more authorsIEEE Transactions on Geoscience and Remote Sensing, 2025
The hyperspectral change detection (CD) is a critical technology in remote sensing, widely applied in urban planning, environmental monitoring, and disaster detection. However, the hyperspectral data exhibits higher spectral dimensionality compared to conventional RGB data, making existing methods struggle to balance high accuracy and low energy consumption. As the third generation of neural networks, spiking neural networks (SNNs) demonstrate the advantage of low energy efficiency, but the iterative computational process in spiking neurons significantly increases training and inference burdens when applied to hyperspectral CD. To address these challenges, we propose a novel spiking Transformer with parallel neurons and memory-enhanced attention for hyperspectral CD named SpikeHCD, the first SNNs specifically designed for hyperspectral CD. SpikeHCD not only maintains a low-energy advantage but also employs a probability-driven parallel spiking neurons (PPSN) to improve the computational efficiency, enabling more effective application in remote sensing tasks. We further design a memory-enhanced spiking attention (MSA) module to enhance temporal modeling capability, and thoroughly extract spatial–spectral features. In addition, a spiking difference module (SDM) is introduced to capture change features across different timesteps. Experimental results demonstrate that SpikeHCD can achieve several state-of-the-art (SOTA) results on multiple hyperspectral datasets, with faster detection, lower energy consumption, and fewer number of parameters. The codes are available at: https://github.com/mzhcode/HCD_snn
- TOMMMulti-Grained Alignment with Knowledge Distillation for Partially Relevant Video RetrievalQun Zhang, Chao Yang, Bin Jiang, and 1 more authorACM Trans. Multimedia Comput. Commun. Appl., Oct 2025
Partially Relevant Video Retrieval (PRVR) aims to accurately retrieve the most relevant video in response to a query from untrimmed videos. The analysis of video content can be done at three different granularities: frame-level, clip-level, and video-level. Previous methods have focused on one or two of these levels for alignment, limiting the exploration of the video semantics. Moreover, some methods use video-level alignment and apply a self-attention mechanism to generate video-level features, but this may not be ideal as the entire video may not be relevant to the query. We propose a Multi-Grained Alignment framework with Knowledge Distillation (MGAKD), which purifies the cross-modal alignment knowledge from the Contrastive Language-Image Pre-training (CLIP) model and achieves multi-grained alignment. It extracts cross-modal alignment knowledge from CLIP and imparts this knowledge to the designed student model. For the student model, two branches are designed: an inheritance branch and an exploration branch. The inheritance branch absorbs the knowledge of cross-modal alignment from the CLIP. The exploration branch explores visual features at three granularities: frame-level, clip-level, and video-level. Specifically, we directly align the extracted frame features of the video with the query features to achieve frame-level alignment. In clip-level alignment, the use of Gaussian masks allows for the representation of the beginning, climax, and end of an event. By employing Gaussian masks, we are able to implicitly model clip-level features, resulting in clip features that contain a richer set of contextual information. To further enhance video-level feature exploration, we apply clip-guided attention to generate diverse video-level features based on different queries. This strategy effectively prevents irrelevant video moments from affecting the alignment of videos and queries. We conduct extensive experiments on two publicly available datasets, and the experimental results have surpassed those of the state-of-the-art method, showcasing the superior performance of the proposed method.
- IJMLCMulti-proposal collaboration and multi-task training for weakly-supervised video moment retrievalBolin Zhang, Chao Yang, Bin Jiang, and 2 more authorsInternational Journal of Machine Learning and Cybernetics, 2025
This study focuses on weakly-supervised Video Moment Retrieval (VMR), aiming to identify a moment semantically similar to the given query within an untrimmed video using only video-level correspondences, without relying on temporal annotations during training. Previous methods either aggregate predictions for all instances in the video, or indirectly address the task by proposing reconstructions for the query. However, these methods often produce low-quality temporal proposals, struggle with distinguishing misaligned moments in the same video, or lack stability due to a reliance on a single auxiliary task. To address these limitations, we present a novel weakly-supervised method called Multi-proposal Collaboration and Multi-task Training (MCMT). Initially, we generate multiple proposals and derive corresponding learnable Gaussian masks from them. These masks are then combined to create a high-quality positive sample mask, highlighting video clips most relevant to the query. Concurrently, we classify other clips in the same video as the easy negative sample and the entire video as the hard negative sample. During training, we introduce forward and inverse masked query reconstruction tasks to impose more substantial constraints on the network, promoting more robust and stable retrieval performance. Extensive experiments on two standard benchmarks affirm the effectiveness of the proposed method in VMR.
@article{MCMT, title = {Multi-proposal collaboration and multi-task training for weakly-supervised video moment retrieval}, author = {Zhang, Bolin and Yang, Chao and Jiang, Bin and Komamizu, Takahiro and Ide, Ichiro}, journal = {International Journal of Machine Learning and Cybernetics}, volume = {16}, number = {7}, pages = {4509--4524}, year = {2025}, publisher = {Springer}, issn = {1868--808X}, url = {https://doi.org/10.1007/s13042-024-02520-w}, doi = {10.1007/s13042-024-02520-w} }
2024
- KBSCross-modal recipe retrieval based on unified text encoder with fine-grained contrastive learningBolin Zhang, Haruya Kyutoku, Keisuke Doman, and 3 more authorsKnowledge-Based Systems, 2024
Cross-modal recipe retrieval is vital for transforming visual food cues into actionable cooking guidance, making culinary creativity more accessible. Existing methods separately encode the recipe Title, Ingredient, and Instruction using different text encoders, then aggregate them to obtain recipe feature, and finally match it with encoded image feature in a joint embedding space. These methods perform well but require significant computational cost. In addition, they only consider matching the entire recipe and the image but ignore the fine-grained correspondence between recipe components and the image, resulting in insufficient cross-modal interaction. To this end, we propose Unified Text Encoder with Fine-grained Contrastive Learning (UTE-FCL) to achieve a simple but efficient model. Specifically, in each recipe, UTE-FCL first concatenates each of the Ingredient and Instruction texts composed of multiple sentences as a single text. Then, it connects these two concatenated texts with the original single-phrase Title to obtain the concatenated recipe. Finally, it encodes these three concatenated texts and the original Title by a Transformer-based Unified Text Encoder (UTE). This proposed structure greatly reduces the memory usage and improves the feature encoding efficiency. Further, we propose fine-grained contrastive learning objectives to capture the correspondence between recipe components and the image at Title, Ingredient, and Instruction levels by measuring the mutual information. Extensive experiments demonstrate the effectiveness of UTE-FCL compared to existing methods.
@article{UTE-FCL, title = {Cross-modal recipe retrieval based on unified text encoder with fine-grained contrastive learning}, journal = {Knowledge-Based Systems}, volume = {305}, pages = {112641}, year = {2024}, issn = {0950--7051}, doi = {https://doi.org/10.1016/j.knosys.2024.112641}, url = {https://www.sciencedirect.com/science/article/pii/S0950705124012759}, author = {Zhang, Bolin and Kyutoku, Haruya and Doman, Keisuke and Komamizu, Takahiro and Ide, Ichiro and Qian, Jiangbo}, keywords = {Cross-modal recipe retrieval, Unified text encoder, Contrastive learning}, }
2022
- ACM MMVideo Moment Retrieval with Hierarchical Contrastive LearningBolin Zhang, Chao Yang, Bin Jiang, and 1 more authorIn Proceedings of the 30th ACM International Conference on Multimedia, Lisboa, Portugal, 2022
This paper explores the task of video moment retrieval (VMR), which aims to localize the temporal boundary of a specific moment from an untrimmed video by a sentence query. Previous methods either extract pre-defined candidate moment features and select the moment that best matches the query by ranking, or directly align the boundary clips of a target moment with the query and predict matching scores. Despite their effectiveness, these methods mostly focus only on aligning the query and single-level clip or moment features, and ignore the different granularities involved in the video itself, such as clip, moment, or video, resulting in insufficient cross-modal interaction. To this end, we propose a Temporal Localization Network with Hierarchical Contrastive Learning (HCLNet) for the VMR task. Specifically, we introduce a hierarchical contrastive learning method to better align the query and video by maximizing the mutual information (MI) between query and three different granularities of video to learn informative representations. Meanwhile, we introduce a self-supervised cycle-consistency loss to enforce the further semantic alignment between fine-grained video clips and query words. Experiments on three standard benchmarks show the effectiveness of our proposed method.
@inproceedings{HCLNet, author = {Zhang, Bolin and Yang, Chao and Jiang, Bin and Zhou, Xiaokang}, title = {Video Moment Retrieval with Hierarchical Contrastive Learning}, year = {2022}, isbn = {9781450392037}, publisher = {Association for Computing Machinery}, address = {New York, NY, USA}, url = {https://doi.org/10.1145/3503161.3547963}, doi = {10.1145/3503161.3547963}, booktitle = {Proceedings of the 30th ACM International Conference on Multimedia}, pages = {346--355}, numpages = {10}, keywords = {video moment retrieval, cross-modal retrieval, contrastive learning}, location = {Lisboa, Portugal}, series = {MM '22}, } - ICMRDual-Channel Localization Networks for Moment Retrieval with Natural LanguageBolin Zhang, Bin Jiang, Chao Yang, and 1 more authorIn Proceedings of the 2022 International Conference on Multimedia Retrieval, Newark, NJ, USA, 2022
According to the given natural language query, moment retrieval aims to localize the most relevant moment in an untrimmed video. The existing solutions for this problem can be roughly divided into two categories based on whether candidate moments are generated: i) Moment-based approach: It pre-cuts the video into a set of candidate moments, performs multimodal fusion, and evaluates matching scores with the query. ii) Clip-based approach: It directly aligns video clips and query with predicting matching scores without generating candidate moments. Both frameworks have respective shortcomings: the moment-based models suffer from heavy computations, while the performance of clip-based models is familiarly inferior to moment-based counterparts. To this end, we design an intuitive and efficient Dual-Channel Localization Network (DCLN) to balance computational cost and retrieval performance. For reducing computational cost, we capture the temporal relations of only a few video moments with the same start or end boundary in the proposed dual-channel structure. The start or end channel map index represents the corresponding video moment’s start or end time boundary. For improving model performance, we apply the proposed dual-channel localization network to efficiently encode the temporal relations on the dual-channel map and learn discriminative features to distinguish the matching degree between natural language query and video moments. The extensive experiments on two standard benchmarks demonstrate the effectiveness of our proposed method.
@inproceedings{DCLN, author = {Zhang, Bolin and Jiang, Bin and Yang, Chao and Pang, Liang}, title = {Dual-Channel Localization Networks for Moment Retrieval with Natural Language}, year = {2022}, isbn = {9781450392389}, publisher = {Association for Computing Machinery}, address = {New York, NY, USA}, url = {https://doi.org/10.1145/3512527.3531394}, doi = {10.1145/3512527.3531394}, booktitle = {Proceedings of the 2022 International Conference on Multimedia Retrieval}, pages = {351--359}, numpages = {9}, keywords = {cross-modal retrieval, dual-channel localization network, moment retrieval with natural language}, location = {Newark, NJ, USA}, series = {ICMR '22}, }
2021
- Appl. Intell.Autoencoder-based unsupervised clustering and hashingBolin Zhang and Jiangbo QianApplied Intelligence, 2021
Faced with a large amount of data and high-dimensional data information in a database, the existing exact nearest neighbor retrieval methods cannot obtain ideal retrieval results within an acceptable retrieval time. Therefore, researchers have begun to focus on approximate nearest neighbor retrieval. Recently, the hashing-based approximate nearest neighbor retrieval method has attracted increasing attention because of its small storage space and high retrieval efficiency. The development of neural networks has also promoted progress in hash learning. However, these methods are mostly supervised. In practical applications, annotating large amounts of data is a very time-consuming and laborious task. Furthermore, efficiently using a large amount of unlabeled data for hash learning is challenging. In this paper, we create a new autoencoder variant to efficiently capture the features of high-dimensional data, and propose an unsupervised deep hashing method for large-scale data retrieval, named as Autoencoder-based Unsupervised Clustering and Hashing (AUCH). By constructing a hashing layer as a hidden layer of the autoencoder, hash learning is performed together with unsupervised clustering by minimizing the overall loss. AUCH can unify unsupervised clustering and retrieval tasks into a single learning model. In addition, the method can use a deep neural network to simultaneously learn feature representations, hashing functions and cluster assignments. Experimental results on standard datasets indicate that AUCH achieves competitive results compared to state-of-the-art models for retrieval and clustering tasks.
@article{AUCH, title = {Autoencoder-based unsupervised clustering and hashing}, author = {Zhang, Bolin and Qian, Jiangbo}, journal = {Applied Intelligence}, volume = {51}, number = {1}, pages = {493--505}, year = {2021}, publisher = {Springer}, issn = {1573--7497}, url = {https://doi.org/10.1007/s10489-020-01797-y}, doi = {10.1007/s10489-020-01797-y} } - Appl. Intell.CapsNet-based supervised hashingBolin Zhang, Jiangbo Qian, Xijiong Xie, and 2 more authorsApplied Intelligence, 2021
With the development of Internet technology, an increasing amount of data enters people’s daily life, which brings great challenges when users quickly search for interesting images. The existing exact nearest neighbor retrieval methods often fail to obtain results within an acceptable retrieval time, so researchers have begun to focus on approximate nearest neighbor retrieval. Recently, the hashing-based approximate nearest neighbor retrieval method has attracted increasing attention because of its small storage space and high retrieval efficiency. At present, one of the most advanced hashing methods is to use deep neural networks, especially convolutional neural networks (CNN), to obtain image hash codes to achieve fast image retrieval. However, CNN needs a large number of images during training, so it takes a lot of time to obtain training samples. In addition, CNN cannot handle ambiguity well, and a lot of information is lost in the pooling layer; furthermore, CNN cannot learn the hierarchical structure of the image. Aiming to address these problems while making full use of data classification information to guide hash learning in a supervised form to improve retrieval efficiency, we introduce the capsule network into the hash learning and propose CapsNet-based supervised hashing (CSH) to preserve the effective information of an image as much as possible. CSH adds a hashing layer equivalent to hash mapping between the capsule network and the decoder to perform hash learning. By optimizing the objective function defined for capsule network loss, reconstruction loss and hashing quantization loss, feature representations, hashing functions and classification results can be learned from the input data at the same time. To verify the effectiveness of the method, we performed experiments on multiple datasets. The experimental results show that this method is superior to the existing hashing-based image retrieval methods and achieves satisfactory results in image classification performance.
@article{CSH, title = {CapsNet-based supervised hashing}, author = {Zhang, Bolin and Qian, Jiangbo and Xie, Xijiong and Xin, Yu and Dong, Yihong}, journal = {Applied Intelligence}, volume = {51}, number = {8}, pages = {5912--5926}, year = {2021}, publisher = {Springer}, issn = {1573--7497}, url = {https://doi.org/10.1007/s10489-020-02180-7 }, doi = {10.1007/s10489-020-02180-7} }