1 / 1

FPGA IMPLEMENTATION OF A GREEDY ALGORITHM FOR SET COVERING

Alberto Aloisio a,b , Paolo Branchni c , Vincenzo Izzo a,b , and Salvatore Rampone d. a Università di Napoli “Federico II”, I-80126 Napoli, Italy b INFN – Napoli, Italy, I-80126 Napoli, Italy C INFN e Universita’ “Roma3”, Roma, Italy,

oral
Download Presentation

FPGA IMPLEMENTATION OF A GREEDY ALGORITHM FOR SET COVERING

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Alberto Aloisioa,b, Paolo Branchnic, Vincenzo Izzoa,b, and Salvatore Ramponed a Università di Napoli “Federico II”, I-80126 Napoli, Italy b INFN – Napoli, Italy, I-80126 Napoli, Italy C INFN e Universita’ “Roma3”, Roma, Italy, d RCOST and DSGA – Università del Sannio, Via Port’Arsa 11, I-82100 Benevento, Italy alberto.aloisio@na.infn.it, branchini@roma3.infn.it,izzo@na.infn.it, rampone@unisannio.it New greedy algorithms for approximating minimum set cover have been developed. The algorithms are based on a probability-driven greedy choice between subsets. The cost of probability distribution evaluation can still be unaffordable in real-time applications. We describe an implementation based on a FPGA which makes the algorithm suitable for embedded and real-time architectures. Set Covering Problem U= {u1, ..., um} a finite set; S = {S1, ...,Sn} a collection of subsets of U such that USi= U. S* = {Si1, ..., Sik} , S* S , be a cover of U, that is USik = U. Problem: to select S* such that |S*| is minimum. • Probability driven greedy algorithm • choose the subset Si whose probability with respect to U is maximum, • delete the elements of Si from U, and • repeat this process until the ground set U is covered. Hardware Implementation • The RTGreedy algorithm has been specifically optimized to solve the Set-Cover problem in real-time applications. • It makes only use of bit-wise logic operators and simple finite-state machines and it is suitable to run on platforms with minimal computational resources, like embedded microprocessor or custom logic. • In order to test the achievable performance, we have designed a straightforward hardware implementation based on a Virtex-II XC2V2000 Xilinx FPGA. • The logic has been described with synthesizable VHDL language. • The code is parametric and it allows us to implement the algorithm for different data-set size. FPGA IMPLEMENTATION OF A GREEDY ALGORITHM FOR SET COVERING • Benchmarks • We have simulated and tested three cases with (S=8, D=8), (S=16, D=16), (S=32, D=32) to study how the logic occupancy and the maximum clock frequency scale with the input data size. • The 32x32 implementation is discussed in details, with a description of the main logic blocks and the related timing. • We have run on it benchmarks with different probability density to profile the algorithm execution time versus the data-set complexity. References M.R. Garey, and D.S. Johnson, Computers and Intractability: A Guide to the Theory of NP-Completeness, New York, NY: W.H.Freeman,, 1979. D.S. Johnson, “Approximation Algorithms for Combinatorial Problems”, Journal of Computer and System Sciences, 1974, pp. 256-278. S. Rampone, “Probability-driven Greedy Algorithms for Set Cover”, in Proc. VIII SIGEF Congress “New Logics for the New Economy", Naples, Italy, September, 2001. S. Dhar, M.Q. Rieck, S. Pai, and E.J. Kim, “Various Distributed Shortest Path Routing Strategies for Wireless Ad Hoc Networks”, in Proc. 5th Int. Work. on DistributedComputing – Lecture Notes in Computer Science, 2918, Springer Verlag, 2003. S. Dhar, M.Q. Rieck, S. Pai and E.J. Kim, “Distributed Routing Schemes for Ad Hoc Networks Using d-SPR Sets”, Journal of Microprocessors and Microsystems, Special Issue on Resource Management in Wireless and Ad Hoc Mobile Networks, vol. 28(8), 2004, pp. 427-437. S. Rampone, “An Efficient Greedy Approximation Methodology for Minimum Set Cover,” Journal of Discrete Algorithms, submitted for publication. CHEP06 Mumbai

More Related