5,652 research outputs found
Influence of permeability anisotropy on heat transfer and permeability evolution in geothermal reservoir
Acknowledgments The author would like to thank Dr. Quan Gan’s supervision, family’s support, and Prof. Cai’s valuable suggestions in completing this work, as part of the MSc degree requirements in Reservoir Engineering programme in the University of Aberdeen.Peer reviewedPublisher PD
A modified memetic algorithm with an application to gene selection in a sheep body weight study
Selecting the minimal best subset out of a huge number of factors for influencing the response is a fundamental and very challenging NP-hard problem because the presence of many redundant genes results in over-fitting easily while missing an important gene can more detrimental impact on predictions, and computation is prohibitive for exhaust search. We propose a modified memetic algorithm (MA) based on an improved splicing method to overcome the problems in the traditional genetic algorithm exploitation capability and dimension reduction in the predictor variables. The new algorithm accelerates the search in identifying the minimal best subset of genes by incorporating it into the new local search operator and hence improving the splicing method. The improvement is also due to another two novel aspects: (a) updating subsets of genes iteratively until the no more reduction in the loss function by splicing and increasing the probability of selecting the true subsets of genes; and (b) introducing add and del operators based on backward sacrifice into the splicing method to limit the size of gene subsets. Additionally, according to the experimental results, our proposed optimizer can obtain a better minimal subset of genes with a few iterations, compared with all considered algorithms. Moreover, the mutation operator is replaced by it to enhance exploitation capability and initial individuals are improved by it to enhance efficiency of search. A dataset of the body weight of Hu sheep was used to evaluate the superiority of the modified MA against the genetic algorithm. According to our experimental results, our proposed optimizer can obtain a better minimal subset of genes with a few iterations, compared with all considered algorithms including the most advanced adaptive best-subset selection algorithm
EfficientViT: Lightweight Multi-Scale Attention for On-Device Semantic Segmentation
Semantic segmentation enables many appealing real-world applications, such as
computational photography, autonomous driving, etc. However, the vast
computational cost makes deploying state-of-the-art semantic segmentation
models on edge devices with limited hardware resources difficult. This work
presents EfficientViT, a new family of semantic segmentation models with a
novel lightweight multi-scale attention for on-device semantic segmentation.
Unlike prior semantic segmentation models that rely on heavy self-attention,
hardware-inefficient large-kernel convolution, or complicated topology
structure to obtain good performances, our lightweight multi-scale attention
achieves a global receptive field and multi-scale learning (two critical
features for semantic segmentation models) with only lightweight and
hardware-efficient operations. As such, EfficientViT delivers remarkable
performance gains over previous state-of-the-art semantic segmentation models
across popular benchmark datasets with significant speedup on the mobile
platform. Without performance loss on Cityscapes, our EfficientViT provides up
to 15x and 9.3x mobile latency reduction over SegFormer and SegNeXt,
respectively. Maintaining the same mobile latency, EfficientViT provides +7.4
mIoU gain on ADE20K over SegNeXt. Code:
https://github.com/mit-han-lab/efficientvit.Comment: Tech repor
- …