Beamforming design plays a crucial role in multi-antenna systems, with numerous methods proposed to optimize key performance metrics such as spectral efficiency and power consumption. However, these methods often face...
详细信息
The deaf and mute population has difficulty conveying their thoughts and ideas to others. Sign language is their most expressive mode of communication, but the general public is callow of sign language;therefore, the ...
详细信息
Hybrid memory systems composed of dynamic random access memory(DRAM)and Non-volatile memory(NVM)often exploit page migration technologies to fully take the advantages of different memory *** previous proposals usually...
详细信息
Hybrid memory systems composed of dynamic random access memory(DRAM)and Non-volatile memory(NVM)often exploit page migration technologies to fully take the advantages of different memory *** previous proposals usually migrate data at a granularity of 4 KB pages,and thus waste memory bandwidth and DRAM *** this paper,we propose Mocha,a non-hierarchical architecture that organizes DRAM and NVM in a flat address space physically,but manages them in a cache/memory *** the commercial NVM device-Intel Optane DC Persistent Memory Modules(DCPMM)actually access the physical media at a granularity of 256 bytes(an Optane block),we manage the DRAM cache at the 256-byte size to adapt to this feature of *** design not only enables fine-grained data migration and management for the DRAM cache,but also avoids write amplification for Intel Optane *** also create an Indirect Address Cache(IAC)in Hybrid Memory Controller(HMC)and propose a reverse address mapping table in the DRAM to speed up address translation and cache ***,we exploit a utility-based caching mechanism to filter cold blocks in the NVM,and further improve the efficiency of the DRAM *** implement Mocha in an architectural *** results show that Mocha can improve application performance by 8.2%on average(up to 24.6%),reduce 6.9%energy consumption and 25.9%data migration traffic on average,compared with a typical hybrid memory architecture-HSCC.
The Earth Orientation Parameters(EOP) provide a time-varying transition relationship between the International Terrestrial Reference Frame and the International Celestial Reference Frame. To support deep space explora...
详细信息
The Earth Orientation Parameters(EOP) provide a time-varying transition relationship between the International Terrestrial Reference Frame and the International Celestial Reference Frame. To support deep space exploration and the Beidou Navigation Satellite System, the Chinese New-generation Very Long Baseline Interferometry Network(CNVN) is under construction for independent monitoring of the EOP. This paper evaluates the performance of existing 4-antenna CNVN through a batch generated observation schedules followed by extensive Monte Carlo simulations. The optimal positions of the fifth and sixth antennas of CNVN are found from 24hypothetical antenna positions uniformly distributed in China. In this process, the weighted parameters are optimized, which not only reduce the possibility of large error of EOP estimation accuracy due to unreasonable combination, but also greatly reduce the calculation cost.
In recent years,there has been extensive research on object detection methods applied to optical remote sensing images utilizing convolutional neural *** these efforts,the detection of small objects in remote sensing ...
详细信息
In recent years,there has been extensive research on object detection methods applied to optical remote sensing images utilizing convolutional neural *** these efforts,the detection of small objects in remote sensing remains a formidable *** deep network structure will bring about the loss of object features,resulting in the loss of object features and the near elimination of some subtle features associated with small objects in deep ***,the features of small objects are susceptible to interference from background features contained within the image,leading to a decline in detection ***,the sensitivity of small objects to the bounding box perturbation further increases the detection *** this paper,we introduce a novel approach,Cross-Layer Fusion and Weighted Receptive Field-based YOLO(CAW-YOLO),specifically designed for small object detection in remote *** address feature loss in deep layers,we have devised a cross-layer attention fusion *** noise is effectively filtered through the incorporation of Bi-Level Routing Attention(BRA).To enhance the model’s capacity to perceive multi-scale objects,particularly small-scale objects,we introduce a weightedmulti-receptive field atrous spatial pyramid ***,wemitigate the sensitivity arising from bounding box perturbation by incorporating the joint Normalized Wasserstein Distance(NWD)and Efficient Intersection over Union(EIoU)*** efficacy of the proposedmodel in detecting small objects in remote sensing has been validated through experiments conducted on three publicly available *** experimental results unequivocally demonstrate the model’s pronounced advantages in small object detection for remote sensing,surpassing the performance of current mainstream models.
Camouflaged object detection (COD) aims to identify target objects in complex scenes with extremely high similarity to their surroundings, and has significant applications in military, medical, and other fields. This ...
详细信息
Emotion plays a crucial role in human communication, as it adds depth and richness to conversations. In recent years, there has been growing interest in developing conversation systems with the ability to generate emo...
详细信息
Emotion plays a crucial role in human communication, as it adds depth and richness to conversations. In recent years, there has been growing interest in developing conversation systems with the ability to generate emotions. However, to create more engaging and realistic interactions, it is essential to consider the influence of personality on emotion generation. This paper proposes a novel approach that combines personality modeling with emotion generation for conversation systems. By incorporating personality traits into the emotion generation process, we aim to create more personalized and contextually appropriate emotional responses. Drawing from bigFive model and emotion computation techniques, our model takes into account individual differences in personality to generate emotions that align with each user's unique characteristics. Experiments show that combining emotion modeling with personality in a dialogue system helps improve the performance of emotion generation models. Additionally, it is also verified that our approach outperforms other baselines on several metrics.
Materials datasets usually contain many redundant(highly similar)materials due to the tinkering approach historically used in material *** redundancy skews the performance evaluation of machine learning(ML)models when...
详细信息
Materials datasets usually contain many redundant(highly similar)materials due to the tinkering approach historically used in material *** redundancy skews the performance evaluation of machine learning(ML)models when using random splitting,leading to overestimated predictive performance and poor performance on out-of-distribution *** issue is well-known in bioinformatics for protein function prediction,where tools like CD-HIT are used to reduce redundancy by ensuring sequence similarity among samples greater than a given *** this paper,we survey the overestimated ML performance in materials science for material property prediction and propose MD-HIT,a redundancy reduction algorithm for material *** MD-HIT to composition-and structure-based formation energy and band gap prediction problems,we demonstrate that with redundancy control,the prediction performances of the ML models on test sets tend to have relatively lower performance compared to the model with high redundancy,but better reflect models’true prediction capability.
This study investigates the application of Learnable Memory Vision Transformers(LMViT)for detecting metal surface flaws,comparing their performance with traditional CNNs,specifically ResNet18 and ResNet50,as well as o...
详细信息
This study investigates the application of Learnable Memory Vision Transformers(LMViT)for detecting metal surface flaws,comparing their performance with traditional CNNs,specifically ResNet18 and ResNet50,as well as other transformer-based models including Token to Token ViT,ViT withoutmemory,and Parallel *** awidely-used steel surface defect dataset,the research applies data augmentation and t-distributed stochastic neighbor embedding(t-SNE)to enhance feature extraction and *** techniques mitigated overfitting,stabilized training,and improved generalization *** LMViT model achieved a test accuracy of 97.22%,significantly outperforming ResNet18(88.89%)and ResNet50(88.90%),aswell as the Token to TokenViT(88.46%),ViT without memory(87.18),and Parallel ViT(91.03%).Furthermore,LMViT exhibited superior training and validation performance,attaining a validation accuracy of 98.2%compared to 91.0%for ResNet 18,96.0%for ResNet50,and 89.12%,87.51%,and 91.21%for Token to Token ViT,ViT without memory,and Parallel ViT,*** findings highlight the LMViT’s ability to capture long-range dependencies in images,an areawhere CNNs struggle due to their reliance on local receptive fields and hierarchical feature *** additional transformer-based models also demonstrate improved performance in capturing complex features over CNNs,with LMViT excelling particularly at detecting subtle and complex defects,which is critical for maintaining product quality and operational efficiency in industrial *** instance,the LMViT model successfully identified fine scratches and minor surface irregularities that CNNs often *** study not only demonstrates LMViT’s potential for real-world defect detection but also underscores the promise of other transformer-based architectures like Token to Token ViT,ViT without memory,and Parallel ViT in industrial scenarios where complex spatial relationships are *** research m
Towards optimal k-prototype discovery,k-means-like algorithms give us inspirations of central samples collection,yet the unstable seed samples selection,the hypothesis of a circle-like pattern,and the unknown K are st...
详细信息
Towards optimal k-prototype discovery,k-means-like algorithms give us inspirations of central samples collection,yet the unstable seed samples selection,the hypothesis of a circle-like pattern,and the unknown K are still challenges,particularly for non-predetermined data *** propose an adaptive k-prototype clustering method(kProtoClust)which launches cluster exploration with a sketchy division of K clusters and finds evidence for splitting and *** behalf of a group of data samples,support vectors and outliers from the perspective of support vector data description are not the appropriate candidates for prototypes,while inner samples become the first candidates for instability reduction of *** from the representation of samples in traditional,we extend sample selection by encouraging fictitious samples to emphasize the representativeness of *** get out of the circle-like pattern limitation,we introduce a convex decomposition-based strategy of one-cluster-multiple-prototypes in which convex hulls of varying sizes are prototypes,and accurate connection analysis makes the support of arbitrary cluster shapes *** by geometry,the three presented strategies make kProtoClust bypassing the K dependence well with the global and local position relationship analysis for data *** results on twelve datasets of irregular cluster shape or high dimension suggest that kProtoClust handles arbitrary cluster shapes with prominent accuracy even without the prior knowledge K.
暂无评论