18 results on '"Run-Length Encoding"'
Search Results
2. A Run-Based One-Scan Labeling Algorithm
- Author
-
He, Lifeng, Chao, Yuyan, Suzuki, Kenji, Itoh, Hidenori, Hutchison, David, Series editor, Kanade, Takeo, Series editor, Kittler, Josef, Series editor, Kleinberg, Jon M., Series editor, Mattern, Friedemann, Series editor, Mitchell, John C., Series editor, Naor, Moni, Series editor, Nierstrasz, Oscar, Series editor, Pandu Rangan, C., Series editor, Steffen, Bernhard, Series editor, Sudan, Madhu, Series editor, Terzopoulos, Demetri, Series editor, Tygar, Doug, Series editor, Vardi, Moshe Y., Series editor, Weikum, Gerhard, Series editor, Kamel, Mohamed, editor, and Campilho, Aurélio, editor
- Published
- 2009
- Full Text
- View/download PDF
3. Approximate Matching for Run-Length Encoded Strings Is 3sum-Hard
- Author
-
Chen, Kuan-Yu, Hsu, Ping-Hui, Chao, Kun-Mao, Hutchison, David, Series editor, Kanade, Takeo, Series editor, Kittler, Josef, Series editor, Kleinberg, Jon M., Series editor, Mattern, Friedemann, Series editor, Mitchell, John C., Series editor, Naor, Moni, Series editor, Nierstrasz, Oscar, Series editor, Pandu Rangan, C., Series editor, Steffen, Bernhard, Series editor, Sudan, Madhu, Series editor, Terzopoulos, Demetri, Series editor, Tygar, Doug, Series editor, Vardi, Moshe Y., Series editor, Weikum, Gerhard, Series editor, Kucherov, Gregory, editor, and Ukkonen, Esko, editor
- Published
- 2009
- Full Text
- View/download PDF
4. A compressed string matching algorithm for face recognition with partial occlusion
- Author
-
Bommidi, Krishnaveni and Sundaramurthy, Sridhar
- Published
- 2021
- Full Text
- View/download PDF
5. A linked list run-length-based single-pass connected component analysis for real-time embedded hardware
- Author
-
Tang, Jia Wei, Shaikh-Husin, Nasir, Sheikh, Usman Ullah, and Marsono, M. N.
- Published
- 2018
- Full Text
- View/download PDF
6. Colour Image Coding with Matching Pursuit in the Spatio-frequency Domain
- Author
-
Ryszard Maciol, Yuan Yuan, and Ian T. Nabney
- Subjects
business.industry ,ComputingMethodologies_IMAGEPROCESSINGANDCOMPUTERVISION ,Pattern recognition ,Data_CODINGANDINFORMATIONTHEORY ,computer.file_format ,Lossy compression ,Matching pursuit ,Wavelet ,Frequency domain ,JPEG 2000 ,Run-length encoding ,RGB color model ,Computer vision ,Artificial intelligence ,business ,computer ,Mathematics ,Coding (social sciences) - Abstract
We present and evaluate a novel idea for scalable lossy colour image coding with Matching Pursuit (MP) performed in a transform domain. The idea is to exploit correlations in RGB colour space between image subbands after wavelet transformation rather than in the spatial domain. We propose a simple quantisation and coding scheme of colour MP decomposition based on Run Length Encoding (RLE) which can achieve comparable performance to JPEG 2000 even though the latter utilises careful data modelling at the coding stage. Thus, the obtained image representation has the potential to outperform JPEG 2000 with a more sophisticated coding algorithm.
- Published
- 2011
- Full Text
- View/download PDF
7. A Comparison of Whitespace Normalization Methods in a Text Art Extraction Method with Run Length Encoding
- Author
-
Tetsuya Suzuki
- Subjects
Information retrieval ,Noisy text analytics ,Computer science ,business.industry ,Normalization (image processing) ,Text graph ,ASCII art ,computer.software_genre ,Information extraction ,Text processing ,Whitespace ,visual_art ,Run-length encoding ,ComputingMethodologies_DOCUMENTANDTEXTPROCESSING ,visual_art.visual_art_medium ,Artificial intelligence ,business ,computer ,Natural language processing ,computer.programming_language - Abstract
Text based pictures called text art or ASCII art can be noise in text processing and display of text, though they enrich expression in Web pages, email text and so on. With text art extraction methods, which detect text art areas in a given text data, we can ignore text arts in a given text data or replace them with other strings. We proposed a text art extraction method with Run Length Encoding in our previous work. We, however, have not considered how to deal with whitespaces in text arts. In this paper, we propose three whitespace normalization methods in our text art extraction method, and compare them by an experiment. According to the results of the experiment, the best method in the three is a method which replaces each wide width whitespace with two narrow width whitespaces. It improves the average of F-measure of the precision and the recall by about 4%.
- Published
- 2011
- Full Text
- View/download PDF
8. Image Analysis and Processing – ICIAP 2011
- Author
-
Yuan Yuan, Ian T. Nabney, and Ryszard Maciol
- Subjects
business.industry ,Computer science ,ComputingMethodologies_IMAGEPROCESSINGANDCOMPUTERVISION ,Pattern recognition ,Data_CODINGANDINFORMATIONTHEORY ,computer.file_format ,Lossy compression ,Matching pursuit ,Wavelet ,Frequency domain ,JPEG 2000 ,Run-length encoding ,RGB color model ,Artificial intelligence ,business ,computer ,Coding (social sciences) - Abstract
We present and evaluate a novel idea for scalable lossy colour image coding with Matching Pursuit (MP) performed in a transform domain. The idea is to exploit correlations in RGB colour space between image subbands after wavelet transformation rather than in the spatial domain. We propose a simple quantisation and coding scheme of colour MP decomposition based on Run Length Encoding (RLE) which can achieve comparable performance to JPEG 2000 even though the latter utilises careful data modelling at the coding stage. Thus, the obtained image representation has the potential to outperform JPEG 2000 with a more sophisticated coding algorithm.
- Published
- 2011
- Full Text
- View/download PDF
9. A Fast CBIR System of Old Ornamental Letter
- Author
-
Mathieu Delalandre, Jean-Marc Ogier, and Josep Lladós
- Subjects
Computer science ,business.industry ,Computation ,Run-length encoding ,Process (computing) ,Computer vision ,Artificial intelligence ,Graphics ,business ,Image (mathematics) - Abstract
This paper deals with the CBIR of old printed graphics (of XVI° and XVII° centuries) like the headpieces, the pictures and the ornamental letters. These graphical parts are previously segmented from digitized old books in order to constitute image databases for the historians. Today, large databases exist and involves to use automatic retrieval tools able to process large amounts of data. For this purpose, we have developed a fast retrieval system based on a Run Length Encoding (RLE) of images. We use the RLE in an image comparison algorithm using two steps: one of image centering and then a distance computation. Our centering step allows to solve the shifting problems usually met between the segmented images. We present experiments and results about our system concerning the processing time and the retrieval precision.
- Published
- 2008
- Full Text
- View/download PDF
10. MPI Reduction Operations for Sparse Floating-point Data
- Author
-
Gudula Rünger and Michael Hofmann
- Subjects
Reduction (complexity) ,Scheme (programming language) ,Floating point ,Computer science ,Pipeline (computing) ,Run-length encoding ,InfiniBand ,Process (computing) ,Parallel computing ,Throughput (business) ,computer ,computer.programming_language - Abstract
This paper presents a pipeline algorithm for MPI_Reduce that uses a Run Length Encoding(RLE) scheme to improve the global reduction of sparse floating-point data. The RLE scheme is directly incorporated into the reduction process and causes only low overheads in the worst case. The high throughput of the RLE scheme allows performance improvements when using high performance interconnects, too. Random sample data and sparse vector data from a parallel FEM application is used to demonstrate the performance of the new reduction algorithm for an HPC Cluster with InfiniBand interconnects.
- Published
- 2008
- Full Text
- View/download PDF
11. Speeding Up HMM Decoding and Training by Exploiting Sequence Repetitions
- Author
-
Shay Mozes, Oren Weimann, and Michal Ziv-Ukelson
- Subjects
Byte pair encoding ,Speedup ,Theoretical computer science ,Iterative Viterbi decoding ,Computer science ,Data_CODINGANDINFORMATIONTHEORY ,Binary logarithm ,Viterbi algorithm ,symbols.namesake ,Run-length encoding ,symbols ,Algorithm ,Decoding methods ,Soft output Viterbi algorithm - Abstract
We present a method to speed up the dynamic program algorithms used for solving the HMM decoding and training problems for discrete time-independent HMMs. We discuss the application of our method to Viterbi's decoding and training algorithms [21], as well as to the forward-backward and Baum-Welch [4] algorithms. Our approach is based on identifying repeated substrings in the observed input sequence. We describe three algorithms based alternatively on byte pair encoding (BPE) [19], run length encoding (RLE) and Lempel-Ziv (LZ78) parsing [22]. Compared to Viterbi's algorithm, we achieve a speedup of Ω(r) using BPE, a speedup of Ω(r/log r ) using RLE, and a speedup of Ω(log n/k) using LZ78, where k is the number of hidden states, n is the length of the observed sequence and r is its compression ratio (under each compression scheme). Our experimental results demonstrate that our new algorithms are indeed faster in practice. Furthermore, unlike Viterbi's algorithm, our algorithms are highly parallelizable.
- Published
- 2007
- Full Text
- View/download PDF
12. Sublinear Algorithms for Approximating String Compressibility
- Author
-
Ronitt Rubinfeld, Adam Smith, Dana Ron, and Sofya Raskhodnikova
- Subjects
Lossless compression ,Discrete mathematics ,Distribution (mathematics) ,Kolmogorov complexity ,String (computer science) ,Run-length encoding ,Compressibility ,Approximation algorithm ,Data_CODINGANDINFORMATIONTHEORY ,Substring ,Mathematics - Abstract
We raise the question of approximating the compressibility of a string with respect to a fixed compression scheme, in sublinear time. We study this question in detail for two popular lossless compression schemes: run-length encoding (RLE) and Lempel-Ziv (LZ), and present sublinear algorithms for approximating compressibility with respect to both schemes. We also give several lower bounds that show that our algorithms for both schemes cannot be improved significantly. Our investigation of LZ yields results whose interest goes beyond the initial questions we set out to study. In particular, we prove combinatorial structural lemmas that relate the compressibility of a string with respect to Lempel-Ziv to the number of distinct short substrings contained in it. In addition, we show that approximating the compressibility with respect to LZ is related to approximating the support size of a distribution.
- Published
- 2007
- Full Text
- View/download PDF
13. The Hiding of Secret Data Using the Run Length Matching Method
- Author
-
Ki-Hyun Jung, Se-Min Kim, Jae-Gil Yu, Jin-Yong Byun, Ki-Jong Kim, and Kee-Young Yoo
- Subjects
Matching (statistics) ,Cover (telecommunications) ,Steganography ,Computer science ,Information hiding ,Run-length encoding ,Table (database) ,Value (computer science) ,Data mining ,computer.software_genre ,computer ,Data type ,Algorithm - Abstract
This study proposes a data hiding method based on run length encoding. This proposed method uses the location of accumulated run length values, where the cover data run length are compared with the secret data run length. The run length matching (RLM) method uses the run length table which is constructed from the cover and secret data. The experimental results demonstrated that the RLM has advantages with respect to different types of data and run length encoding value match.
- Published
- 2007
- Full Text
- View/download PDF
14. Succinct Suffix Arrays Based on Run-Length Encoding
- Author
-
Mäkinen, V., Navarro, G., and Apostolico, Alberto
- Subjects
Discrete mathematics ,Burrows–Wheeler transform ,Suffix array ,0102 computer and information sciences ,02 engineering and technology ,Binary logarithm ,01 natural sciences ,Substring ,law.invention ,010201 computation theory & mathematics ,law ,020204 information systems ,Run-length encoding ,0202 electrical engineering, electronic engineering, information engineering ,Wavelet Tree ,Entropy (information theory) ,Suffix ,Algorithm ,Mathematics - Abstract
A succinet full-text self-index is a data structure built on a text T = t1t2...tn, which takes little space (ideally close to that of the compressed text), permits efficient search for the occurrences of a pattern P = p1p2...pm in T, and is able to reproduce any text substring, so the self-index replaces the text.Several remarkable self-indexes have been developed in recent years. Many of those take space proportional to nH0 or nHk bits, where Hk is the kth order empirical entropy of T. The time to count how many times does P occur in T ranges from O(m) to O(m log n).In this paper we present a new self-index, called RLFM index for "run-length FM-index", that counts the occurrences of P in T in O(m) time when the alphabet size is σ = O(polylog(n)). The RLFM index requires nHklogσ + O(n) bits of space, for any k ≤ αlogσn and constant 0 < α < 1. Previous indexes that achieve O(m) counting time either require more than nH0 bits of space or require that σ = O(1). We also show that the RLFM index can be enhanced to locate occurrences in the text and display text substrings in time independent of σ.In addition, we prove a close relationship between the kth order entropy of the text and some regularities that show up in their suffix arrays and in the Burrows-Wheeler transform of T. This relationship is of independent interest and permits bounding the space occupancy of the RLFM index, as well as that of other existing compressed indexes.Finally, we present some practical considerations in order to implement the RLFM index. We empirically compare our index against the best existing implementations and show that it is practical and competitive against those. In passing, we obtain a competitive implementation of an existing theoretical proposal that can be seen as a simplified RLFM index, and explore other practical ideas such as Huffman-shaped wavelet trees.
- Published
- 2005
- Full Text
- View/download PDF
15. Fully 3D Wavelets MRI Compression
- Author
-
Emanuele Schiavi, C. Hernández, and Juan A. Hernández
- Subjects
Computer science ,business.industry ,ComputingMethodologies_IMAGEPROCESSINGANDCOMPUTERVISION ,Data compression ratio ,Reconstruction algorithm ,Pattern recognition ,Data_CODINGANDINFORMATIONTHEORY ,Lossy compression ,Thresholding ,Wavelet ,Compression (functional analysis) ,Run-length encoding ,Artificial intelligence ,business ,Data compression - Abstract
This paper deals with the implementation of 3D wavelets techniques for compression of medical images, specifically in the MRI modality. We show that at the same compression rate a lower loss of information can be obtained by using fully 3D wavelets as compared to iterated 2D methods. An adaptive thresholding step is performed in each sub-band and a simple Run Length Encoding (RLE) method for compression is finally used. A reconstruction algorithm is then implemented and a comparison study of the reconstructed image is then proposed, showing the high performance of the proposed algorithm.
- Published
- 2004
- Full Text
- View/download PDF
16. An Accurate and Parallelizable Geometric Projector/Backprojector for 3D PET Image Reconstruction
- Author
-
Roberto de la Prieta
- Subjects
Scanner ,business.industry ,Computer science ,Physics::Medical Physics ,Monte Carlo method ,ComputingMethodologies_IMAGEPROCESSINGANDCOMPUTERVISION ,Iterative reconstruction ,Inverse problem ,Imaging phantom ,law.invention ,Projector ,law ,Run-length encoding ,Computer vision ,Artificial intelligence ,Projection (set theory) ,business ,ComputingMethodologies_COMPUTERGRAPHICS - Abstract
C code for an accurate projector/backprojector for Positron Emission Tomography (PET) image reconstruction has been developed. Iterative PET image reconstruction methods are supported by a projection/backprojection step built inside of any of such algorithms. It is not surprising that a more precise modeling of the forward process of the measurement will yield better results when solving the inverse problem of image reconstruction. Among the factors that can be include in this forward model are γ-ray scatter contributions, attenuation, positron range, photon non-collinearity, crystal characteristics. Currently, we only include the geometric tube of response (TOR) modeling for a generic multi-ring scanner device. The elements in the transition matrix are calculated by a high statistics Monte Carlo simulation, taking advantage of the inherent symmetries and then the nonzero elements stored in a run length encoding incremental fashion. The resulting projector/backprojector is a voxel driven implementation. We show some preliminary results for 3D ML-EM reconstructions on synthetic phantom simulated data.
- Published
- 2004
- Full Text
- View/download PDF
17. Accelerate Volume Splatting by Using Run Length Encoding
- Author
-
Sun Zhigang, Sun Ji-zhou, and Zhang Jiawan
- Subjects
Speedup ,Image quality ,business.industry ,Computer science ,ComputingMethodologies_IMAGEPROCESSINGANDCOMPUTERVISION ,Volume rendering ,computer.software_genre ,Scan line ,GeneralLiterature_MISCELLANEOUS ,Rendering (computer graphics) ,Voxel ,Computer graphics (images) ,Run-length encoding ,Computer vision ,Artificial intelligence ,business ,computer ,ComputingMethodologies_COMPUTERGRAPHICS - Abstract
Methods such as splat hierarchies, indexing and lists have been presented by the research society in recently years, to accelerate the splatting, a popular volume rendering algorithm. In this paper, a run length encoding (RLE) accelerated, pre-classification and pre-shade sheet buffer volume splatting algorithm is presented, which can enhance the speed of splatting without trading off image quality. This new technique saves rendering time by employing RLE mechanism so that only voxels of interest are processed in splatting. RLE based data structures are defined to exploit spatial coherence of volume and intermediate rendering images. A fast and accurate sheet buffer splatting method is used in the rendering process, which accelerates the splatting by traversing both the voxel scanline and the image scanline in sheet buffer simultaneously. Experiments practice proves that RLE can efficiently skip over transparent voxels in splatting and high speedup can be obtained by using the proposed algorithm.
- Published
- 2003
- Full Text
- View/download PDF
18. Improving Raster Image Run-Length Encoding Using Data Order
- Author
-
Martin Kutrib and Markus Holzer
- Subjects
Data stream ,biology ,Computer science ,Trama ,computer.file_format ,biology.organism_classification ,Data type ,Run-length encoding ,Raster graphics ,Zoom ,computer ,Algorithm ,Data compression ,Coding (social sciences) - Abstract
We examine the technique of run-length encoding in combination with data order, where our attention is focused on good performance of image operations such as, e.g., rotation, reflection, and zooming. To this end we develop a new type of data order that supports these operations well and allows to perform them on a variant of a double-queue automaton directly on the compressed data stream. Because of its shape we call this data order shamrock or S-order. To confirm our theoretical results on S-order we have performed some experiments on sample data using various data orderings that appear in the literature.
- Published
- 2002
- Full Text
- View/download PDF
Catalog
Discovery Service for Jio Institute Digital Library
For full access to our library's resources, please sign in.