sensitiveness
Taxonomy and Analysis of Sensitive User Queries in Generative AI Search
Jo, Hwiyeol, Park, Taiwoo, Choi, Nayoung, Kim, Changbong, Kwon, Ohjoon, Jeon, Donghyeon, Lee, Hyunwoo, Lee, Eui-Hyeon, Shin, Kyoungho, Lim, Sun Suk, Kim, Kyungmi, Lee, Jihye, Kim, Sun
Although there has been a growing interest among industries to integrate generative LLMs into their services, limited experiences and scarcity of resources acts as a barrier in launching and servicing large-scale LLM-based conversational services. In this paper, we share our experiences in developing and operating generative AI models within a national-scale search engine, with a specific focus on the sensitiveness of user queries. We propose a taxonomy for sensitive search queries, outline our approaches, and present a comprehensive analysis report on sensitive queries from actual users.
- North America > United States > Minnesota > Hennepin County > Minneapolis (0.14)
- Asia > Middle East > Israel (0.04)
- North America > Dominican Republic (0.04)
- (3 more...)
- Health & Medicine (1.00)
- Law (0.95)
- Information Technology > Security & Privacy (0.68)
- Media > News (0.46)
SBPF: Sensitiveness Based Pruning Framework For Convolutional Neural Network On Image Classification
Lu, Yiheng, Gong, Maoguo, Zhao, Wei, Feng, Kaiyuan, Li, Hao
Pruning techniques are used comprehensively to compress convolutional neural networks (CNNs) on image classification. However, the majority of pruning methods require a well pre-trained model to provide useful supporting parameters, such as C1-norm, BatchNorm value and gradient information, which may lead to inconsistency of filter evaluation if the parameters of the pre-trained model are not well optimized. Therefore, we propose a sensitiveness based method to evaluate the importance of each layer from the perspective of inference accuracy by adding extra damage for the original model. Because the performance of the accuracy is determined by the distribution of parameters across all layers rather than individual parameter, the sensitiveness based method will be robust to update of parameters. Namely, we can obtain similar importance evaluation of each convolutional layer between the imperfect-trained and fully trained models. For VGG-16 on CIFAR-10, even when the original model is only trained with 50 epochs, we can get same evaluation of layer importance as the results when the model is trained fully. Then we will remove filters proportional from each layer by the quantified sensitiveness. Our sensitiveness based pruning framework is verified efficiently on VGG-16, a customized Conv-4 and ResNet-18 with CIFAR-10, MNIST and CIFAR-100, respectively.
- North America > United States > Utah > Salt Lake County > Salt Lake City (0.04)
- Europe > Italy > Veneto > Venice (0.04)
- North America > United States > Massachusetts > Suffolk County > Boston (0.04)
- (15 more...)
Reducing the dilution: An analysis of the information sensitiveness of capsule network with a practical solution
Capsule network has shown various advantages over convolutional neural network (CNN). It keeps more precise spatial information than CNN and uses equivariance instead of invariance during inference and highly potential to be a new effective tool for visual tasks. However, the current capsule networks have incompatible performance with CNN when facing datasets with background and complex target objects and are lacking in universal and efficient regularization method. We analyze the main reason of the incompatible performance as the conflict between information sensitiveness of capsule network and unreasonably higher activation value distribution of capsules in primary capsule layer. Correspondingly, we propose sparsified capsule network by sparsifying and restraining the activation value of capsules in primary capsule layer to suppress non-informative capsules and highlight discriminative capsules. In the experiments, the sparsified capsule network has achieved better performances on various mainstream datasets. In addition, the proposed sparsifying methods can be seen as a suitable, simple and efficient regularization method that can be generally used in capsule network.