Journals
  Publication Years
  Keywords
Search within results Open Search
Please wait a minute...
For Selected: Toggle Thumbnails
Lung cancer image classification method via bidirectional collaborative distillation and multi-instance learning
Jinchang LI, Wei JIA, Xuefen ZHAO
Journal of Computer Applications    2026, 46 (9): 3005-3016.   DOI: 10.11772/j.issn.1001-9081.2025080960
Abstract26)   HTML0)    PDF (1067KB)(11)       Save

To address the issue in the existing Whole Slide Image (WSI) classification for lung cancer, where Multi-Instance Learning (MIL) methods based on knowledge distillation architecture struggle to handle the mixture of hard and easy instances effectively, leading to insufficient model learning capability and imbalanced performance, a lung cancer whole slide image classification method based on Bidirectional Collaborative Distillation and Multi-Instance Learning (BCD-MIL) was proposed by incorporating the concept of multi-task learning. First, a Bidirectional Collaborative Distillation Framework (BCDF) comprising multiple student models and a teacher model was designed, so as to satisfy the differentiated learning requirements for easy and hard pathological instances in lung cancer histopathological images, and by distributing different tasks to multiple student models, the model's learning capacity was enhanced while solving performance imbalance problem. Concurrently, classification performance was improved through a virtuous cycle with the teacher model. Second, a Multi-Angle Instance Mining Parallel architecture (MA-IMP) was designed to match the heterogeneous differences in lung cancer pathological features across dimensions such as cell morphology and tissue texture, and by conducting instance mining from multiple perspectives, the mining bias caused by a single perspective was avoided. Finally, a Dynamic Stage-Aware Exponential Moving Average distillation (DSA-EMA) algorithm was proposed to optimize weight update of the teacher model, and improve training efficiency and model performance based on the stage characteristics of large-scale instance training of lung cancer histopathological images through adjusting distillation parameters in the training phase dynamically. Experimental results show that compared to the MIL framework with Masked Hard Instance Mining (MHIM-MIL) method, which is also based on knowledge distillation and instance mining, BCD-MIL achieves improvements of 1.92, 2.37, 3.43, and 1.75 percentage points in Area Under Curve (AUC), accuracy, F1-Score, and recall, respectively, on The Cancer Genome Atlas (TCGA) dataset, and improvements of 1.11, 6.29, 6.94, and 12.85 percentage points in four metrics, respectively, on the Clinical Proteomic Tumor Analysis Consortium (CPTAC) dataset; validating the effectiveness of the proposed method. Furthermore, the lightweight distillation architecture reduces model parameter size and inference time, thereby enabling efficient deployment while ensuring performance gains, and providing a reliable basis for lung cancer WSI classification.

Table and Figures | Reference | Related Articles | Metrics
Elastic medical image registration model with high-frequency preservation based on spectrum decomposition
Yongwei JIANG, Xiaoqing CHEN, Linjie FU
Journal of Computer Applications    2026, 46 (3): 924-932.   DOI: 10.11772/j.issn.1001-9081.2025030322
Abstract255)   HTML6)    PDF (4771KB)(420)       Save

Elastic registration is regarded as a key task in medical image processing, whose performance directly affects the accuracy of subsequent tasks such as segmentation, classification, and prediction. However, due to the insensitivity of neural networks to high-frequency components, the existing methods have difficulty in capturing high-frequency information in images, which affects the fitting accuracy of registration field. To address this issue, a high-frequency-preserving medical image registration model based on frequency spectrum decomposition — DFRes (Decomposition in Frequency domain model for Registration) was proposed. In the model, a frequency decomposition strategy was introduced, and a dual-branch structure was adopted to process high- and low-frequency information from the original image. Meanwhile, an Invertible Neural Network (INN) structure with high-frequency preservation characteristics and a bridge-style feature fusion module with ability to fuse high- and low-frequency information were designed, and an alternating spatial-frequency information extraction module was used to further enhance the model’s ability to extract and fuse frequency- and spatial-domain information. Experimental results of comparing DFRes and the existing advanced models on the IXI, OSSAI, and Huaxi rectal cancer datasets show that DFRes achieves significant improvements on multiple metrics. On IXI dataset, compared to the TransMorph model, DFRes has the Dice Similarity Coefficient (DSC) increased by 2.5 percentage points, the Average Surface Distance (ASD) reduced by 0.012, and the Structural SIMilarity (SSIM) increased by 1.6 percentage points. At the same time, the effectiveness of the module design is verified through ablation experiments.

Table and Figures | Reference | Related Articles | Metrics
Survey of DNS tunneling detection technology research
Zhiqiang ZHENG, Ruiqi WANG, Zijing FAN, Famei HE, Yepeng YAO, Qiuyun WANG, Zhengwei JIANG
Journal of Computer Applications    2025, 45 (7): 2079-2091.   DOI: 10.11772/j.issn.1001-9081.2024070972
Abstract500)   HTML8)    PDF (1890KB)(855)       Save

As a system that converts IP addresses and domain names to each other, Domain Name System (DNS) is one of the important basic protocols in Internet. Due to the importance of DNS in Internet, the security policies of some security facilities such as firewalls and Intrusion Detection Systems (IDSs) allow DNS traffic to pass by default, giving attackers the opportunity to use DNS tunneling for communication. Currently, there are many malware that support DNS communication or even use DNS communication by default, which brings great challenges to network security tools and security operations centers. However, the existing research mainly focuses on specific detection methods and rarely explores the tunneling tools themselves, even though the majority of researchers rely on tunneling tools to generate samples. Therefore, the research on DNS tunnel detection technology was reviewed. Firstly, the development history and research status and the existing detection schemes of DNS tunneling were elaborated systematically, and the advantages and disadvantages of detection methods in the past 10 years were discussed. Subsequently, 6 commonly used tools in these detection schemes such as dnscat2, Iodine, and dns2tcp were evaluated and tested, and the experimental data was published. Experimental results show that most detection schemes do not disclose their tunneling sample datasets or the set parameters when using tunneling tools to generate traffic, making these schemes almost impossible to reproduce. Besides, some detection solutions use DNS tunneling tools with distinctive signature characteristics. Using samples with signature features to train model-based detection schemes will lead to doubts about the generalization ability of the model, that is, it is impossible to know whether this type of model will perform well in the real world. Finally, related future work development directions were prospected.

Table and Figures | Reference | Related Articles | Metrics
Constrained differentiable neural architecture search in optimized search space
Jianming LI, Bin CHEN, Zhiwei JIANG, Jian QIN
Journal of Computer Applications    2022, 42 (1): 44-49.   DOI: 10.11772/j.issn.1001-9081.2021010170
Abstract626)   HTML17)    PDF (603KB)(194)       Save

Differentiable ARchiTecture Search (DARTS) can design neural network architectures efficiently and automatically. However, there is a performance “wide gap” between the construction method of super network and the design of derivation strategy in it. To solve the above problem, a differentiable neural architecture search algorithm with constraint in optimal search space was proposed. Firstly, the training process of the super network was analyzed by using the architecture parameters associated with the candidate operations as the quantitative indicators, and it was found that the invalid candidate operation none occupied the architecture parameter with the maximum weight in deviation architecture, which caused that architectures obtained by the algorithm had poor performance. Aiming at this problem, an optimized search space was proposed. Then, the difference between the super network of DARTS and derivation architecture was analyzed, the architecture entropy was defined based on architecture parameters, and this architecture entropy was used as the constraint of the objective function of DARTS, so as to promote the super network to narrow the difference with the derivation strategy. Finally, experiments were conducted on CIFAR-10 dataset. The experimental results show that the searched architecture by the proposed algorithm achieved 97.17% classification accuracy in these experiments, better than the comparison algorithms in accuracy, parameter quantity and search time comprehensively. The proposed algorithm is effective and improves classification accuracy of searched architecture on CIFAR-10 dataset.

Table and Figures | Reference | Related Articles | Metrics
Stock index forecasting method based on corporate financial statement data
Jihou WANG, Peiguang LIN, Jiaqian ZHOU, Qingtao LI, Yan ZHANG, Muwei JIAN
Journal of Computer Applications    2021, 41 (12): 3632-3636.   DOI: 10.11772/j.issn.1001-9081.2021061006
Abstract639)   HTML8)    PDF (580KB)(228)       Save

All market activities of stock market participants combine to affect stock market changes, making stock market volatility fraught with complexity and making accurate prediction of stock prices a challenge. Among these activities that affect stock market changes, financial disclosure is an attractive and potentially financially rewarding means of predicting stock indexe changes. In order to deal with the complex changes in the stock market, a method of stock index prediction was proposed that incorporates data from financial statements disclosed by corporates. Firstly, the stock index historical data and corporate financial statement data were preprocessed, and the main task is dimension reduction of the high-dimensional matrix generated from corporate financial statement data, and then the dual-channel Long Short-Term Memory (LSTM) network was used to forecast and research the normalized data. Experimental results on SSE 50 and CSI 300 Index datasets show that the prediction effect of the proposed method is better than that using only historical data of stock indexes.

Table and Figures | Reference | Related Articles | Metrics
Adaptive UWB/PDR fusion positioning algorithm based on error prediction
ZHANG Jianming, SHI Yuanhao, XU Zhengyi, WEI Jianming
Journal of Computer Applications    2020, 40 (6): 1755-1762.   DOI: 10.11772/j.issn.1001-9081.2019101830
Abstract1049)      PDF (1311KB)(922)       Save
An Ultra WideBand (UWB)/ Pedestrian Dead Reckoning (PDR) fusion positioning algorithm with adaptive coefficient adjustment based on UWB error prediction was proposed in order to improve the UWB performance and reduce the PDR accumulative errors in the indoor Non-Line-Of-Sight (NLOS) positioning scenes and solve the UWB performance degradation caused by environmental factors. On the basis of the creative proposal of predicting the UWB positioning errors in complex environment by Support Vector Machine (SVM) regression model, UWB/PDR fusion positioning performance was improved by adding adaptive adjusted parameters to the conventional Extended Kalman Filter (EKF) algorithm. The experimental results show that the proposed algorithm can effectively predict the current UWB positioning errors in the complex UWB environment, and increase the accuracy by adaptively adjusting the fusion parameters, which makes the positioning error reduced by 18.2% in general areas and reduced by 48.7% in the areas with poor UWB accuracy compared with those of the conventional EKF algorithm, so as to decrease the environmental impact on the UWB performance. In complex scenes of both Line-Of-Sight (LOS) and NLOS including UWB, the positioning error per 100 meters is reduced from meter scale to decimeter scale, which reduces the PDR errors in NLOS scenes.
Reference | Related Articles | Metrics
Face image inpainting method based on circular fields of feature parts
WANG Xiao, WEI Jiawang, YUAN Yubo
Journal of Computer Applications    2020, 40 (3): 847-853.   DOI: 10.11772/j.issn.1001-9081.2019071212
Abstract745)      PDF (1301KB)(523)       Save
To solve the problem of unreasonable structure and low efficiency of the example block-based image inpainting method, a method for face image inpainting based on circular fields of feature parts was proposed. Firstly, according to the distribution of feature points obtained by feature points localization, the face image was segmented into four circular fields to determine feature search domains. Then, in priority model, the attenuation trend of confidence term was changed in form of exponential function, and with the combination of structural gradient term, the priority was constrained by using local gradient information to improve structural connectivity of inpainting result. In the stage of matching patch search, according to relative position between target patch and each circular domain of feature part, the search domain of matching patch was determined to improve search efficiency. Finally, under the standard of structural similarity, face image inpainting with structural connectivity was completed by choosing the best matching patch. Compared with four state-of-the-art inpainting methods, the proposed method has the Peak Signal-to-Noise Ratio (PSNR) of inpainted image increased by 1.219 to 2.663 dB on average, and the time consumption reduced by 34.7% to 69.6% on average. The experimental results show that the proposed method is effective in maintaining structural connectivity and visual rationality of face image, and has excellent performance in accuracy and time consumption of inpainting.
Reference | Related Articles | Metrics
Bayesian network-based floor localization algorithm
ZHANG Bang, ZHU Jinxin, XU Zhengyi, LIU Pan, WEI Jianming
Journal of Computer Applications    2019, 39 (8): 2468-2474.   DOI: 10.11772/j.issn.1001-9081.2019010119
Abstract886)      PDF (1037KB)(403)       Save
In the process of indoor positioning and navigation, a Bayesian network-based floor localization algorithm was proposed for the problem of large error of floor localization when only the pedestrian height displacement considered. Firstly, Extended Kalman Filter (EKF) was adopted to calculate the vertical displacement of the pedestrian by fusing inertial sensor data and barometer data. Then, the acceleration integral features after error compensation was used to detect the corner when the pedestrian went upstairs or downstairs. Finally, Bayesian network was introduced to locate the pedestrian on the most likely floor based on the fusion of walking height and corner information. Experimental results show that, compared with the floor localization algorithm based on height displacement, the proposed algorithm has improved the accuracy of floor localization by 6.81%; and compared with the detection algorithm based on platform, the proposed algorithm has improved the accuracy of floor localization by 14.51%. In addition, the proposed algorithm achieves the accuracy of floor localization by 99.36% in the total 1247 times floor changing experiments.
Reference | Related Articles | Metrics
Adaptive window regression method for face feature point positioning
WEI Jiawang, WANG Xiao, YUAN Yubo
Journal of Computer Applications    2019, 39 (5): 1459-1465.   DOI: 10.11772/j.issn.1001-9081.2018102057
Abstract737)      PDF (1191KB)(491)       Save
Focused on the low positioning accuracy of Explicit Shape Regression (ESR) for some facical occlusion and excessive facial expression samples, an adaptive window regression method was proposed. Firstly, the priori information was used to generate an accurate face area box for each image, feature mapping of faces was performed by using the center point of the face area box, and similar transformation was performed to obtain multiple initial shapes. Secondly, an adaptive window adjustment strategy was given, in which the feature window size was adaptively adjusted based on the mean square error of the previous regression. Finally, based on the feature selection strategy of Mutual Information (MI), a new correlation calculation method was proposed, and the most relevant features were selected in the candidate pixel set. On the three public datasets LFPW, HELEN and COFW, the positioning accuracy of the proposed method is increased by 7.52%, 5.72% and 5.89% respectively compared to ESR algorithm. The experimental results show that the adaptive window regression method can effectively improve the positioning accuracy of face feature points.
Reference | Related Articles | Metrics
Application of scale invariant feature transform descriptor based on rotation invariant feature in image registration
WANG Shuai SUN Wei JIANG Shuming LIU Xiaohui PENG Peng
Journal of Computer Applications    2014, 34 (9): 2678-2682.   DOI: 10.11772/j.issn.1001-9081.2014.09.2678
Abstract350)      PDF (828KB)(590)       Save

To solve the problem that high dimension of descriptor decreases the matching speed of Scale Invariant Feature Transform (SIFT) algorithm, an improved SIFT algorithm was proposed. The feature point was acted as the center, the circular rotation invariance structure was used to construct feature descriptor in the approximate size circular feature points' neighborhood, which was divided into several sub-rings. In each sub-ring, the pixel information was to maintain a relatively constant and positions changed only. The accumulated value of the gradient within each ring element was sorted to generate the feature vector descriptor when the image was rotated. The dimensions and complexity of the algorithm was reduced and the dimensions of feature descriptor were reduced from 128 to 48. The experimental results show that, the improved algorithm can improve rotating registration repetition rate to more than 85%. Compared with the SIFT algorithm, the average matching registration rate increases by 5%, the average time of image registration reduces by about 30% in the image rotation, zoom and illumination change cases. The improved SIFT algorithm is effective.

Reference | Related Articles | Metrics
Fully secure attribute-based authenticated key exchange protocol
WEI Jiang-hong LIU Wei-fen HU Xue-xian
Journal of Computer Applications    2012, 32 (01): 38-41.   DOI: 10.3724/SP.J.1087.2012.00038
Abstract1360)      PDF (616KB)(797)       Save
Attribute-Based Encryption (ABE) scheme has been drawing attention for having a broad application in the area of fine-grained access control, directed broadcast, and so on. Combined with NAXOS technique, this paper proposed a fully secure Attribute-Based Authenticated Key Exchange (ABAKE) protocol based on an ABE scheme, and gave a detailed security proof in the Attribute-Based eCK (ABeCK) model by provable security theory. Compared with other similar protocols, the proposed protocol obtains stronger security and flexible attribute authentication policy, while decreasing communications cost.
Reference | Related Articles | Metrics
Handover algorithm based on cluster mobile node
LV Sha-sha SUN Jian-wei JIA Jun-ying YU Bo
Journal of Computer Applications    2011, 31 (12): 3219-3222.  
Abstract1028)      PDF (660KB)(626)       Save
Handover procedure of modern cellular wireless networks depends on IP-based technology. IETF Proxy Mobile IPv6 (PMIPv6) protocol guarantees the Quality of Service (Qos) in fast handover moving while it does not support realtime communications between two mobile nodes. Therefore Cluster Mobile Node (CMN) algorithm was proposed to reduce handover delay in the system by applied Media Independent Handover (MIH) Technology. Also, the algorithm extended PMIPv6 protocol with an Aggregated Proxy Binding Update (A-PBU) scheme in the paper. Finally, the network model and mobile model were simulated and the effectiveness of handover delay was analyzed. Quantitative results show a significant reduction in handover delay compared with the original handover algorithm.
Related Articles | Metrics
Self-organizing fuzzy neural network algorithm based on unscented particle filter
CHENG Hong-bing NI Shi-hong HUANG Guo-rong LIU Hua-wei JIANG Zheng-yong
Journal of Computer Applications    2011, 31 (10): 2770-2773.   DOI: 10.3724/SP.J.1087.2011.02770
Abstract1384)      PDF (477KB)(598)       Save
In this paper, a Self-Organizing Fuzzy Neural Network (SOFNN) based on Unscented Particle Filter (UPF) was designed and developed. The UPF was used to estimate the parameters of the SOFNN and better result was gotten. The generating criterion of fuzzy rules based on the pruning strategy of the error reduction ratio was introduced. The width of membership function was established as the state and the ideal output as the measurement. The UPF was used to learn parameters. The two typical simulations, nonlinear function approximation and system identification, were done to validate the UPF-SOFNN. It can be seen from the results of simulation that the UPF-SOFNN has a more compact structure and better generalization than the other algorithms.
Related Articles | Metrics
Multicast routing algorithm based on congestion control for NoC
YUAN Jing-ling LIU Hua XIE Wei JIANG Xing
Journal of Computer Applications    2011, 31 (10): 2630-2633.   DOI: 10.3724/SP.J.1087.2011.02630
Abstract1239)      PDF (785KB)(630)       Save
The multicast routing method has been applied into the Network on Chip (NoC) since traditional unicast communication cannot meet the increasingly rich application requirements of NoC. Three kinds of path-based multicast routing algorithms including XY routing, UpDown routing and SubPartition routing algorithms were applied to 2D Mesh or Torus NoC. The congestion control strategy was proposed. The simulation results show multicast routing algorithms have shorter average latency and higher throughput and balanced applied load compared with unicast routing algorithms. SubPartition routing algorithm was confirmed to have a more stable and better performance as the network size increases. Finally, multicast congestion control techniques for NoC were employed to make multicast communications more efficient and enhance the NoC performance.
Related Articles | Metrics
Time delay estimation algorithm for narrowband audio frequency signal
LUO Jin-wen HU Zheng-wei JIANG Zhan-jun YANG Gui-qin JIAO Fang-fang
Journal of Computer Applications    2011, 31 (03): 636-638.   DOI: 10.3724/SP.J.1087.2011.00636
Abstract1686)      PDF (592KB)(985)       Save
The issue of time delay estimation of narrowband audio frequency signal was studied, the signal model of time delay estimation was given, the traditional time delay estimation method of generalized correlation and the time delay estimation method based on the Hilbert transformation were studied, and then, a time delay estimation method based on the fractional Hilbert transformation was constructed in this paper. Finally, the mean square error curve of time delay estimation based on different fractional order was given through computer simulation. In the best case, compared with the estimation method of generalized correlation and Hilbert transformation, the simulation results show that the fractional Hilbert transformation method has better performance.
Related Articles | Metrics
New image restoration model for PDE based on LIP
Wei JIANG Xue-gang HU
Journal of Computer Applications   
Abstract1602)      PDF (605KB)(1396)       Save
On the basis of Logarithmic Image Processing (LIP) mathematic model, and combined with Total Variation (TV) image restoration method, a new image restoration model was proposed, named LIP_TV. The model compensated the disadvantage of classical restoration methods, and it was also consistent with some characteristics of human brightness perception. The simulation shows that the new model can better restore image and maintain the edge texture characteristic of the image nicely.
Related Articles | Metrics
Dependability enhancement of mission-critical wireless networks by message scheduling
Wei JIANG XIONG Guang-ze
Journal of Computer Applications   
Abstract1482)      PDF (760KB)(1215)       Save
Dependable requirements, like real-time and security, pose great challenges for missioncritical wireless networks, whereas existing message scheduling algorithms disregard security factors. In this paper, a SecurityAware Message Scheduling (SAMS for short) was proposed to maximize the security profit of a group of missioncritical messages without sacrificing security-ritical and time-critical constraints. Simulation results show the efficiency and robustness of SAMS.
Related Articles | Metrics