512 research outputs found
Improved Annealing-Genetic Algorithm for Test Case Prioritization
Regression testing, which can improve the quality of software systems, is a useful but time consuming method. Many techniques have been introduced to reduce the time cost of regression testing. Among these techniques, test case prioritization is an effective technique which can reduce the time cost by processing relatively more important test cases at an earlier stage. Previous works have demonstrated that some greedy algorithms are effective for regression test case prioritization. Those algorithms, however, have lower stability and scalability. For this reason, this paper proposes a new regression test case prioritization approach based on the improved Annealing-Genetic algorithm which incorporates Simulated Annealing algorithm and Genetic algorithm to explore a bigger potential solution space for the global optimum. Three Java programs and five C programs were employed to evaluate the performance of the new approach with five former approaches such as Greedy, Additional Greedy, GA, etc. The experimental results showed that the proposed approach has relatively better performance as well as higher stability and scalability than those former approaches
GenFace: A Large-Scale Fine-Grained Face Forgery Benchmark and Cross Appearance-Edge Learning
The rapid advancement of photorealistic generators has reached a critical
juncture where the discrepancy between authentic and manipulated images is
increasingly indistinguishable. Thus, benchmarking and advancing techniques
detecting digital manipulation become an urgent issue. Although there have been
a number of publicly available face forgery datasets, the forgery faces are
mostly generated using GAN-based synthesis technology, which does not involve
the most recent technologies like diffusion. The diversity and quality of
images generated by diffusion models have been significantly improved and thus
a much more challenging face forgery dataset shall be used to evaluate SOTA
forgery detection literature. In this paper, we propose a large-scale, diverse,
and fine-grained high-fidelity dataset, namely GenFace, to facilitate the
advancement of deepfake detection, which contains a large number of forgery
faces generated by advanced generators such as the diffusion-based model and
more detailed labels about the manipulation approaches and adopted generators.
In addition to evaluating SOTA approaches on our benchmark, we design an
innovative cross appearance-edge learning (CAEL) detector to capture
multi-grained appearance and edge global representations, and detect
discriminative and general forgery traces. Moreover, we devise an
appearance-edge cross-attention (AECA) module to explore the various
integrations across two domains. Extensive experiment results and
visualizations show that our detection model outperforms the state of the arts
on different settings like cross-generator, cross-forgery, and cross-dataset
evaluations. Code and datasets will be available at
\url{https://github.com/Jenine-321/GenFac
Plasma Generation and Application in a Laser Ablation Pulsed Plasma Thruster
The laser ablation plasma thruster is a novel electric propulsion thruster, which combined the laser ablation and electromagnetic acceleration. In order to investigate the plasma expansion and ionization in the laser ablation plasma thruster, which was difficult to obtain from experiments, the heat conduction model and fluid dynamics model were established. The heat conduction model was established to calculate the target ablation, taking into account temperature-dependent material properties, phase transition, dielectric transition and phase explosion. The fluid dynamics model was used to calculate the plasma properties, taking into account ionization, plasma absorption and shielding. The ablation plasma velocity, temperature and electron number density were predicted by using the numerical method. The calculated results showed that the peak values of ablation plasma velocity, temperature and electron number density fraction were distributed at the front of the plasma plume. Moreover, the discharge characteristics and thrust performance were tested with different charged energy, structural parameters and propellants. The thrust performance was proven to be improved by electromagnetic acceleration
Learning Transferable Self-attentive Representations for Action Recognition in Untrimmed Videos with Weak Supervision
Action recognition in videos has attracted a lot of attention in the past
decade. In order to learn robust models, previous methods usually assume videos
are trimmed as short sequences and require ground-truth annotations of each
video frame/sequence, which is quite costly and time-consuming. In this paper,
given only video-level annotations, we propose a novel weakly supervised
framework to simultaneously locate action frames as well as recognize actions
in untrimmed videos. Our proposed framework consists of two major components.
First, for action frame localization, we take advantage of the self-attention
mechanism to weight each frame, such that the influence of background frames
can be effectively eliminated. Second, considering that there are trimmed
videos publicly available and also they contain useful information to leverage,
we present an additional module to transfer the knowledge from trimmed videos
for improving the classification performance in untrimmed ones. Extensive
experiments are conducted on two benchmark datasets (i.e., THUMOS14 and
ActivityNet1.3), and experimental results clearly corroborate the efficacy of
our method
- …