When detecting anomalies in audio, it can often be necessary to consider concept drift: the distribution of the data may drift over time because of dynamically changing environments, and anomalies may become normal as...
详细信息
When detecting anomalies in audio, it can often be necessary to consider concept drift: the distribution of the data may drift over time because of dynamically changing environments, and anomalies may become normal as time elapses. We propose to use dynamic huffman coding for anomaly detection in audio with concept drift. Compared with the existing method of adaptive Gaussian mixture modeling (AGMM), dynamic huffman coding does not require a priori information about the clusters and can adjust the number of clusters dynamically depending on the amount of variation in the audio. To control the size of the huffman tree, we propose to merge clusters that are close to each other instead of replacing rare clusters with new data. This reduces redundancy in the huffman tree while ensuring that it never forgets past information. On audio datasets with concept drift which we have curated ourselves, our proposed method achieves a higher area under the curve (AUC) compared with AGMM and fixed-length huffman trees.
To date, dynamic huffman coding has not been available for high-speed applications because the tree updating spends a lot of time by current adaptive huffmancoding hardware, The authors present concurrent techniques ...
详细信息
To date, dynamic huffman coding has not been available for high-speed applications because the tree updating spends a lot of time by current adaptive huffmancoding hardware, The authors present concurrent techniques and the parallel hardware architectures for dynamichuffman encoding and decoding. For step reduction, they employ the concurrent algorithm [15] for encoding as well as proposing the frequency presetting approach for decoding. For hardware architecture, they use the content addressable memory for performing the massive searching operations in parallel. The output rate achieved by the proposed encoding architecture is near 1 bit/cycle and the input rate of our decoding architecture is from 0.6 to near 1 bit/cycle. Compared with the fast design [5] which achieves the input/output rate of [log N]/[N + 1] bit/cycle for an N-symbol source on average, our architectures apparently have a higher throughput. Due to the improvement on the throughput, our dynamiccoding architectures are able to serve for the applications with a higher speed demand.
Over the decades, implementing information technology (IT) has become increasingly common, equating to an increasing amount of data that needs to be stored, creating a massive challenge in data storage. Using a large ...
详细信息
Over the decades, implementing information technology (IT) has become increasingly common, equating to an increasing amount of data that needs to be stored, creating a massive challenge in data storage. Using a large storage capacity can solve the problem of the file size. However, this method is costly in terms of both capacity and bandwidth. One possible method is data compression, which significantly reduces the file size. With the development of IT and increasing computing capacity, data compression is becoming more and more widespread in many fields, such as broadcast television, aircraft, computer transmission, and medical imaging. In this work, we introduce an image compression algorithm based on the huffmancoding algorithm and use linear techniques to increase image compression efficiency. Besides, we replace 8-bit pixel-by-pixel compression by dividing one pixel into two 4-bit halves to save hardware capacity (because only 4-bit for each input) and optimize run time (because the number of different inputs is less). The goal is to reduce the image's complexity, increase the data's repetition rate, reduce the compression time, and increase the image compression efficiency. A hardware accelerator is designed and implemented on the Virtex-7 VC707 FPGA to make it work in real-time. The achieved average compression ratio is 3,467. Hardware design achieves a maximum frequency of 125 MHz.
This Paper considers the design of lossless image and data compression methods dedicated to still images and text data. For Images, after a preprocessing step (RGB to gray transformation, resizing) and for text after ...
详细信息
ISBN:
(纸本)9788132204909
This Paper considers the design of lossless image and data compression methods dedicated to still images and text data. For Images, after a preprocessing step (RGB to gray transformation, resizing) and for text after a preprocessing step (ASCII conversion), dynamichuffman and Run Length Encoding (RLE) is applied. The dynamic huffman coding involves computing an approximation to the probabilities of occurrence "on the fly", as the ensemble is being transmitted with the aim to obtain the best possible compression ratio CR and Time Elapsed to compress. The additional parameters of evaluation in case of images are PSNR and MSE. The efficiency of the proposed methods is verified by applying these techniques to variety of data and images. Motivation behind this work is to provide a detail analysis of lossless compression methods which can be best suited in cognitive radio environment.
In many image sequence compression applications, huffmancoding is used to eliminate statistical redundancy resident in given data. The huffman table is often pre-defined to reduce coding delay and table transmission ...
详细信息
In many image sequence compression applications, huffmancoding is used to eliminate statistical redundancy resident in given data. The huffman table is often pre-defined to reduce coding delay and table transmission overhead. Local symbol statistics, however, may be much different from the global ones manifested in the pre-defined table. In this paper, we propose three huffmancoding methods in which pre-defined codebooks are effectively manipulated according to local symbol statistics. The first proposed method dynamically modifies the symbol-codeword association without rebuilding the huffman tree itself. The encoder and decoder maintain identical symbol-codeword association by performing the same modifications to the huffman table, thus eliminating extra transmission overhead. The second method adaptively selects a codebook from a set of given ones, which produces the minimum number of bits. The transmission overhead in this method is the codebook selection information, which is observed to be negligible compared with the bit saving attained. Finally, we combine the two aforementioned methods to further improve compression efficiency. Experiments are carried out using five test image sequences to demonstrate the compression performance of the proposed methods. (C) 1998 Elsevier Science B.V. All rights reserved.
huffmancoding is known to be optimal, yet its dynamic version may yield smaller compressed files. The best known bound is that the number of bits used by dynamic huffman coding in order to encode a message ofncharact...
详细信息
huffmancoding is known to be optimal, yet its dynamic version may yield smaller compressed files. The best known bound is that the number of bits used by dynamic huffman coding in order to encode a message ofncharacters is at most larger bynbits than the size of the file required by static huffmancoding. In particular, dynamic huffman coding can also generate a larger encoded file than the static variant, though in practice the file might sometimes be smaller. We propose here a new variant of huffman encoding, that provably always performs better than static huffmancoding by at leastm- 1 bits, wheremdenotes the size of the alphabet, and may be better than the standard dynamic huffman coding for certain files. The algorithm is based on reversing the direction for the references of the encoded elements, from pointing backwards into the past to looking forward into the future.
The recent world advancement in technology especially in the use of IoT devices has posed some serious complications in terms of how effectively we can convey data, this is normally a result of the limited bandwidth a...
详细信息
暂无评论