2015
DOI: 10.1109/tce.2015.7064120
|View full text |Cite
|
Sign up to set email alerts
|

Incremental updates based on graph theory for consumer electronic devices

Abstract: This paper presents a method for incremental updating on consumer electronic devices, called differential compression based on Dijkstra algorithm (DDIFF). It describes the similarities between the old and new versions as a directed weighted graph. In the graph, the shortest path between the start and end vertices corresponds to the minimal delta. As a result, the delta-encoding problem is reduced to the single-source shortest path problem. Experiments show that the proposed method is feasible, and average data… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
4
0

Year Published

2016
2016
2024
2024

Publication Types

Select...
5
1

Relationship

1
5

Authors

Journals

citations
Cited by 11 publications
(4 citation statements)
references
References 20 publications
0
4
0
Order By: Relevance
“…This PoI-graph was utilized in this paper as the global map. There are many PoI-graph based way-finding algorithms, such as Dijkstra [30], A* [1] [12], D* [31], etc. However, this is not the focus of this paper.…”
Section: B Way-finding and Route Followingmentioning
confidence: 99%
“…This PoI-graph was utilized in this paper as the global map. There are many PoI-graph based way-finding algorithms, such as Dijkstra [30], A* [1] [12], D* [31], etc. However, this is not the focus of this paper.…”
Section: B Way-finding and Route Followingmentioning
confidence: 99%
“…Obviously, the difference with the subsequent development of the algorithm comparison algorithm is not worth mentioning, because of the large and rough differences information it acquired, nor the differential results for compression. Later, the incremental updating algorithm is mostly refined to the byte level and uses compression algorithm similar to ZivLempel to compress the difference results [18], which greatly improves the compression ratio of the algorithm.…”
Section: Related Workmentioning
confidence: 99%
“…It is defined as the minimum number of edits required for a sequence to change to another sequence, and a shortest path found on the edit graph indicate a differencing result. DDIFF algorithm [18] proposed by Gui-qiang Ni, Zhi-long Chen [18] also uses the concept of edit graph. Compared to LCS, the edit distance can better describe the difference between the sequences, and output smaller difference information.…”
Section: A Incremental Updating Algorithm Based On Sub Sequencementioning
confidence: 99%
“…storing the previous offset and discarding the current one once a collision happens. Agarwal describes the hash suffix array delta (hsadelta) algorithm [26, 27], which combines the suffix technique with the hash method. The hsadelta algorithm finds the best matches for every offset of version file and performs similar compression to a simple greedy algorithm.…”
Section: Introductionmentioning
confidence: 99%