Abstract:The advent of large language models (LLMs) has spurred the development of numerous jailbreak techniques aimed at circumventing their security defenses against malicious attacks. An effective jailbreak approach is to identify a domain where safety generalization fails, a phenomenon known as mismatched generalization. In this paper, we introduce two novel jailbreak methods based on mismatched generalization: natural language games and custom language games, both of which effectively bypass the safety mechanisms of LLMs, with various kinds and different variants, making them hard to defend and leading to high attack rates. Natural language games involve the use of synthetic linguistic constructs and the actions intertwined with these constructs, such as the Ubbi Dubbi language. Building on this phenomenon, we propose the custom language games method: by engaging with LLMs using a variety of custom rules, we successfully execute jailbreak attacks across multiple LLM platforms. Extensive experiments demonstrate the effectiveness of our methods, achieving success rates of 93% on GPT-4o, 89% on GPT-4o-mini and 83% on Claude-3.5-Sonnet. Furthermore, to investigate the generalizability of safety alignments, we fine-tuned Llama-3.1-70B with the custom language games to achieve safety alignment within our datasets and found that when interacting through other language games, the fine-tuned models still failed to identify harmful content. This finding indicates that the safety alignment knowledge embedded in LLMs fails to generalize across different linguistic formats, thus opening new avenues for future research in this area.
Abstract:Grassland restoration is a critical means to safeguard grassland ecological degradation. This work considers the maximization restoration areas problem for UAV-enabled grassland restoration method in a restoration process, which is a precise restoration scheme. We first formulate the problem as a multivariable combinatorial optimization problem. By analyzing the characteristics of the optimization problem, it can be decomposed into the two stages: UAV trajectory design and restoration areas allocation. On this basis, the problem can be regarded as a composite problem of traveling salesman problem (TSP) and multidimensional knapsack problem (MKP). Unlike the single combinatorial optimization problem, the coupling relationship between them makes the problem difficult to directly solve by employing the single stage traditional methods. To effectively solve without ignoring the dependence between the two stages, we develop a cooperative optimization algorithm based on heuristic algorithm and population-based incremental learning (PBIL) incorporated with a maximum-residual-energy-based local search (MRELS) strategy, called CHAPBILM, to deal with this problem under constraint conditions of the UAV energy, the total seeds weight, and the number of restored areas. The simulation studies demonstrate that the proposed cooperative optimization method is effective for UAV-enabled grassland restoration problem and can significantly outperform the noncooperative optimization methods, which also verifies the dependency relationship between UAV trajectory design and restoration areas allocation.
Abstract:Water quality has a direct impact on industry, agriculture, and public health. Algae species are common indicators of water quality. It is because algal communities are sensitive to changes in their habitats, giving valuable knowledge on variations in water quality. However, water quality analysis requires professional inspection of algal detection and classification under microscopes, which is very time-consuming and tedious. In this paper, we propose a novel multi-target deep learning framework for algal detection and classification. Extensive experiments were carried out on a large-scale colored microscopic algal dataset. Experimental results demonstrate that the proposed method leads to the promising performance on algal detection, class identification and genus identification.